Skip to content

Commit

Permalink
adding config + pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorOKane-Kainos committed Jul 3, 2024
1 parent 2c691ee commit bb62a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ resource "github_branch_protection_v3" "branch_protection" {
required_pull_request_reviews {
dismiss_stale_reviews = true
require_code_owner_reviews = false
required_approving_review_count = 2 # Ensure at least 1 reviewer
required_approving_review_count = 1 # Ensure at least 1 reviewer
}

restrictions {
Expand Down

0 comments on commit bb62a11

Please sign in to comment.