Skip to content

Commit 9566bec

Browse files
authored
.asf.yaml: Added docs/* to Maintenance Branch Protection rules, since… (#1383)
1 parent b135f05 commit 9566bec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.asf.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,11 @@ github:
4444
rebase: false
4545

4646
rulesets:
47-
- name: "Branch Protection"
47+
- name: "Main Branch Protection"
4848
type: branch
4949
branches:
5050
includes:
5151
- "master"
52-
- "docs/*"
5352
excludes: []
5453
bypass_teams:
5554
- root
@@ -62,11 +61,12 @@ github:
6261
require_last_push_approval: false
6362
require_code_owner_reviews: false
6463
required_approving_review_count: 0
65-
- name: "Release Branch Protection"
64+
- name: "Maintenace Branch Protection"
6665
type: branch
6766
branches:
6867
includes:
6968
- "release/*"
69+
- "docs/*"
7070
excludes: []
7171
bypass_teams:
7272
- root

0 commit comments

Comments
 (0)