Skip to content

Commit b145d8b

Browse files
asf-gitbox-commitsm4sterchain
authored andcommitted
Set up default protection ruleset for default and release branches
1 parent b635249 commit b145d8b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.asf.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,16 @@ github:
2323
- tee
2424
- sgx
2525
- rust
26+
rulesets:
27+
- name: "Default Branch Protection"
28+
type: branch
29+
branches:
30+
includes:
31+
- "~DEFAULT_BRANCH"
32+
- "release/*"
33+
- "rel/*"
34+
excludes: []
35+
bypass_teams:
36+
- root
37+
restrict_deletion: true
38+
restrict_force_push: true

0 commit comments

Comments
 (0)