There was an error while loading. Please reload this page.
1 parent b135f05 commit 9566becCopy full SHA for 9566bec
1 file changed
.asf.yaml
@@ -44,12 +44,11 @@ github:
44
rebase: false
45
46
rulesets:
47
- - name: "Branch Protection"
+ - name: "Main Branch Protection"
48
type: branch
49
branches:
50
includes:
51
- "master"
52
- - "docs/*"
53
excludes: []
54
bypass_teams:
55
- root
@@ -62,11 +61,12 @@ github:
62
61
require_last_push_approval: false
63
require_code_owner_reviews: false
64
required_approving_review_count: 0
65
- - name: "Release Branch Protection"
+ - name: "Maintenace Branch Protection"
66
67
68
69
- "release/*"
+ - "docs/*"
70
71
72
0 commit comments