Skip to content

Commit

Permalink
protect 1.0.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Nov 5, 2023
1 parent 505215d commit c3ef443
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,18 @@ github:
dismiss_stale_reviews: false
require_code_owner_reviews: false
required_approving_review_count: 1
1.0.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
Expand Down

0 comments on commit c3ef443

Please sign in to comment.