Skip to content

Commit

Permalink
[MINOR] Update GitHub setting for branch protection
Browse files Browse the repository at this point in the history
- require branches to be up to date before merging
- require at least 1 approving review
  • Loading branch information
xushiyan committed Oct 20, 2022
1 parent 6acb775 commit da29510
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ github:
squash: true
merge: false
rebase: false
protected_branches:
master:
required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: true
required_pull_request_reviews:
required_approving_review_count: 1
notifications:
commits: commits@hudi.apache.org
issues: commits@hudi.apache.org
Expand Down

0 comments on commit da29510

Please sign in to comment.