Skip to content

Commit aeea8aa

Browse files
Set up default protection ruleset for default and release branches (#595)
1 parent cc6c705 commit aeea8aa

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

.asf.yaml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
github:
2-
protected_branches: ~
2+
protected_branches:
3+
rulesets:
4+
- name: "Default Branch Protection"
5+
type: branch
6+
branches:
7+
includes:
8+
- "~DEFAULT_BRANCH"
9+
- "release/*"
10+
- "rel/*"
11+
excludes: []
12+
bypass_teams:
13+
- root
14+
restrict_deletion: true
15+
restrict_force_push: true

0 commit comments

Comments
 (0)