Update .asf.yaml

make the master branch under the protected
This commit is contained in:
mike_xwm 2021-12-30 10:58:03 +08:00 committed by GitHub
parent c161edc5c6
commit 8f74fac6d3
1 changed files with 6 additions and 2 deletions

View File

@ -41,5 +41,9 @@ github:
squash: true
rebase: false
protected_branches:
test:
foo: bar
master:
required_status_checks:
strict: true
required_pull_request_reviews:
dismiss_stale_reviews: true
required_approving_review_count: 1