PDavid commented on code in PR #159:
URL: https://github.com/apache/hbase-thirdparty/pull/159#discussion_r3528495925
##########
.asf.yaml:
##########
@@ -31,12 +31,25 @@ github:
issues: false
projects: false
enabled_merge_buttons:
- squash: true
- merge: false
- rebase: true
+ squash: true
+ merge: false
+ rebase: true
autolink_jira: HBASE
+ rulesets:
+ - name: "Default Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "~DEFAULT_BRANCH"
+ - "branch-*"
Review Comment:
So I guess this means that we don't need this `"branch-*"` here? 🤔
--
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]