Skip to content

Commit 6532130

Browse files
authored
Enable branch and tag protection. (#15265)
1 parent c1194bc commit 6532130

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.asf.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ github:
2222
issues: true
2323
projects: false
2424

25+
protected_branches:
26+
main: {}
27+
branch_10x: {}
28+
branch_9x: {}
29+
"branch_*": {}
30+
"test_*": {}
31+
32+
protected_tags:
33+
- "releases/*"
34+
- "history/*"
35+
- "grafts/*"
36+
2537
notifications:
2638
2739

0 commit comments

Comments
 (0)