[6852ea]: / .asf.yaml  Maximize  Restore  History

Download this file

15 lines (14 with data), 305 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
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