Skip to content

Commit

Permalink
protect 1.1.x branch (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Nov 27, 2024
1 parent f69e0d4 commit 96411d8
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 @@ -46,6 +46,18 @@ github:
dismiss_stale_reviews: false
require_code_owner_reviews: false
required_approving_review_count: 1
1.1.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
1.0.x:
required_status_checks:
# strict means "Require branches to be up to date before merging".
Expand Down

0 comments on commit 96411d8

Please sign in to comment.