Merge pull request #2 from apache/infrastructure-ruleset-bot/default-branch-protection

[INFRA] Set up default rulesets for default and release branches
This commit is contained in:
Stefan Bodewig 2026-05-16 16:09:18 +00:00 committed by GitHub
commit 84d2879715
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 0 deletions

14
.asf.yaml Normal file
View File

@ -0,0 +1,14 @@
github:
rulesets:
- name: "Default Branch Protection"
type: branch
branches:
includes:
- "~DEFAULT_BRANCH"
- "release/*"
- "rel/*"
excludes: []
bypass_teams:
- root
restrict_deletion: true
restrict_force_push: true