Skip to content

Commit

Permalink
Add required status checks and review count minimum (#1436)
Browse files Browse the repository at this point in the history
  • Loading branch information
big-r81 committed May 22, 2024
1 parent c1f9027 commit 1971a7b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,12 @@ github:
- database
- javascript
protected_branches:
main

main:
required_status_checks:
strict: true
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

0 comments on commit 1971a7b

Please sign in to comment.