We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe845b commit 94687cdCopy full SHA for 94687cd
1 file changed
.asf.yaml
@@ -31,8 +31,11 @@ github:
31
issues: true
32
protected_branches:
33
main:
34
- required_pull_request_reviews:
35
- required_approving_review_count: 1
+ required_status_checks:
+ # require branches to be up-to-date before merging
36
+ strict: true
37
+ # don't require any jobs to pass
38
+ contexts: []
39
40
staging:
41
whoami: asf-staging
0 commit comments