Set up default protection ruleset for default and release branches

This commit is contained in:
The Apache Software Foundation 2026-05-15 13:51:47 -05:00
parent dcd36eac92
commit c2fd0d47f2
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