Skip to content

Commit 4e30273

Browse files
authored
Set required review count to 0 (#3)
Sets required_approving_review_count to 0 since there's only one maintainer. Pre-commit hooks still enforce PR workflow.
1 parent 8754dc2 commit 4e30273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gh-protections.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ resource "github_branch_protection" "protections" {
2323
dismiss_stale_reviews = true
2424
pull_request_bypassers = ["/${github_team.admins.slug}"]
2525
require_code_owner_reviews = true
26-
required_approving_review_count = 1
26+
required_approving_review_count = 0
2727
require_last_push_approval = true
2828
restrict_dismissals = true
2929
}

0 commit comments

Comments
 (0)