mbien commented on code in PR #134:
URL:
https://github.com/apache/netbeans-nbpackage/pull/134#discussion_r3251775121
##########
.asf.yaml:
##########
@@ -25,10 +25,23 @@ github:
issues: true
projects: true
enabled_merge_buttons:
- squash: false
- merge: true
- rebase: false
+ squash: false
+ merge: true
+ rebase: false
+ rulesets:
+ - name: "Default Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "~DEFAULT_BRANCH"
+ - "release/*"
+ - "rel/*"
Review Comment:
dont need those two here, i suppose we could edit this commit
##########
.asf.yaml:
##########
@@ -25,10 +25,23 @@ github:
issues: true
projects: true
enabled_merge_buttons:
- squash: false
- merge: true
- rebase: false
+ squash: false
+ merge: true
+ rebase: false
+ rulesets:
+ - name: "Default Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "~DEFAULT_BRANCH"
+ - "release/*"
+ - "rel/*"
+ excludes: []
+ bypass_teams:
+ - root
Review Comment:
i assume this means the rule does not apply to the role called root?
https://github.com/apache/infrastructure-asfyaml#rulesets
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists