blob: c717a594793c99969d3d4491fd37c03c2c0df90b [file]
# https://github.com/apache/infrastructure-asfyaml/blob/main/README.md
notifications:
issues: notifications@community.apache.org
github:
features:
issues: true
rulesets:
- name: "Default Branch Protection"
type: branch
branches:
includes:
- "~DEFAULT_BRANCH"
- "release/*"
- "rel/*"
excludes: []
bypass_teams:
- root
restrict_deletion: true
restrict_force_push: true