We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0584d6 commit 92404d3Copy full SHA for 92404d3
.asf.yaml
@@ -48,14 +48,14 @@ github:
48
# delete origin branch after merged
49
del_branch_on_merge: true
50
protected_branches:
51
- main:
52
- required_status_checks:
53
- # strict means "Require branches to be up to date before merging".
54
- strict: true
55
- # contexts are the names of checks that must pass
56
- #contexts:
57
- # - gh-infra/jenkins
58
- # - another/build-that-must-pass
+ # main:
+ # required_status_checks:
+ # # strict means "Require branches to be up to date before merging".
+ # strict: true
+ # # contexts are the names of checks that must pass
+ # #contexts:
+ # # - gh-infra/jenkins
+ # # - another/build-that-must-pass
59
60
required_pull_request_reviews:
61
dismiss_stale_reviews: true
0 commit comments