protect 1.2.x branch (#1964)

This commit is contained in:
PJ Fanning 2025-07-27 11:16:23 +01:00 committed by GitHub
parent 0ca804c7af
commit 50fe0a8a39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,6 +72,18 @@ github:
dismiss_stale_reviews: false
require_code_owner_reviews: false
required_approving_review_count: 1
1.2.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