PDavid commented on code in PR #20:
URL: https://github.com/apache/phoenix-site/pull/20#discussion_r3536445625
##########
.asf.yaml:
##########
@@ -33,18 +33,31 @@ github:
issues: false
projects: false
enabled_merge_buttons:
- squash: true
- merge: false
- rebase: false
+ squash: true
+ merge: false
+ rebase: false
+ rulesets:
+ - name: "Default Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "~DEFAULT_BRANCH"
+ - "release/*"
+ - "rel/*"
Review Comment:
Since there are no `release` branches, nor `rel` tags in this repo, I guess
we can remove these like so:
```suggestion
- "~DEFAULT_BRANCH"
```
--
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]