Skip to content

Commit 67d2d48

Browse files
committed
Initial commit
1 parent a71ff6b commit 67d2d48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gh-protections.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ resource "github_branch_protection" "protections" {
2525
require_code_owner_reviews = true
2626
required_approving_review_count = 1
2727
require_last_push_approval = true
28+
restrict_dismissals = true
2829
}
2930
restrict_pushes {
3031
push_allowances = [

0 commit comments

Comments
 (0)