Skip to content

Commit

Permalink
chore: Add additional requirements to branch protection rule (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoppe authored Jan 31, 2022
1 parent 13ae382 commit c70154c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ labels:
branches:
- name: main
protection:
required_pull_request_reviews: null
required_pull_request_reviews:
required_approving_review_count: 1
dismiss_stale_reviews: true
required_status_checks:
strict: true
contexts: ["Validate Terraform"]
Expand Down

0 comments on commit c70154c

Please sign in to comment.