xref: /trunk/.asf.yaml (revision 83e7f9cd3b21026c339830973e8ac029712c65e9)
1github:
2  rulesets:
3    - name: "Default Branch Protection"
4      type: branch
5      branches:
6        includes:
7          - "~DEFAULT_BRANCH"
8          - "release/*"
9          - "rel/*"
10        excludes: []
11      bypass_teams:
12        - root
13      restrict_deletion: true
14      restrict_force_push: true
15