We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71ff6b commit 67d2d48Copy full SHA for 67d2d48
gh-protections.tf
@@ -25,6 +25,7 @@ resource "github_branch_protection" "protections" {
25
require_code_owner_reviews = true
26
required_approving_review_count = 1
27
require_last_push_approval = true
28
+ restrict_dismissals = true
29
}
30
restrict_pushes {
31
push_allowances = [
0 commit comments