We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc56d18 + 6827fb2 commit fc8e5baCopy full SHA for fc8e5ba
1 file changed
modules/github_repo/main.tf
@@ -26,7 +26,10 @@ resource "github_branch_protection" "branch" {
26
# Tune review requirements
27
required_pull_request_reviews {
28
dismiss_stale_reviews = true
29
+ require_code_owner_reviews = true
30
}
31
+
32
33
34
depends_on = ["github_repository.repository"]
35
0 commit comments