From c48815d27bfd6a975115bfb57074b77f9245fade Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 23 Jan 2024 10:32:18 +1300 Subject: [PATCH] don't require pull request --- terraform/modules/github_repository/branch.tf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/terraform/modules/github_repository/branch.tf b/terraform/modules/github_repository/branch.tf index 65f475e11..700c11d77 100644 --- a/terraform/modules/github_repository/branch.tf +++ b/terraform/modules/github_repository/branch.tf @@ -46,8 +46,4 @@ resource "github_branch_protection" "next-release" { strict = true contexts = null } - - required_pull_request_reviews { - required_approving_review_count = 0 - } }