Skip to content

Commit 69bedc9

Browse files
Set up default protection ruleset for default and release branches
1 parent d878af6 commit 69bedc9

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
@@ -40,8 +40,21 @@ github:
4040
- W1y1r
4141
- leto-b
4242

43+
rulesets:
44+
- name: "Default Branch Protection"
45+
type: branch
46+
branches:
47+
includes:
48+
- "~DEFAULT_BRANCH"
49+
- "release/*"
50+
- "rel/*"
51+
excludes: []
52+
bypass_teams:
53+
- root
54+
restrict_deletion: true
55+
restrict_force_push: true
4356
staging:
44-
profile: ~
57+
profile:
4558
whoami: asf-staging
4659

4760
publish:

0 commit comments

Comments
 (0)