protect 1.3.x branch (#2264)
This commit is contained in:
parent
a55a719c8e
commit
91554a46db
1 changed files with 12 additions and 0 deletions
12
.asf.yaml
12
.asf.yaml
|
|
@ -84,6 +84,18 @@ github:
|
|||
dismiss_stale_reviews: false
|
||||
require_code_owner_reviews: false
|
||||
required_approving_review_count: 1
|
||||
1.3.x:
|
||||
required_status_checks:
|
||||
# strict means "Require branches to be up to date before merging".
|
||||
strict: false
|
||||
# contexts are the names of checks that must pass
|
||||
contexts:
|
||||
- Code is formatted
|
||||
- Check headers
|
||||
required_pull_request_reviews:
|
||||
dismiss_stale_reviews: false
|
||||
require_code_owner_reviews: false
|
||||
required_approving_review_count: 1
|
||||
|
||||
notifications:
|
||||
commits: commits@pekko.apache.org
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue