Skip to content

Commit

Permalink
Add required_approving_review_count to .asf.yaml (#4772)
Browse files Browse the repository at this point in the history
Require at least one approval before merging a PR.
  • Loading branch information
big-r81 committed Feb 14, 2024
1 parent 6cdae96 commit 43ab37b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ github:
strict: true
contexts:
- continuous-integration/jenkins/pr-merge
required_pull_request_reviews:
# Set to true if you want to automatically dismiss approving reviews when someone pushes a new commit.
dismiss_stale_reviews: false
# Specifies the number of reviewers required to approve pull requests.
# Use a number between 1 and 6 or 0 to not require reviewers.
required_approving_review_count: 1
fdbmain:
required_status_checks:
strict: true
Expand Down

0 comments on commit 43ab37b

Please sign in to comment.