PDavid commented on code in PR #2478:
URL: https://github.com/apache/phoenix/pull/2478#discussion_r3536461829
##########
.asf.yaml:
##########
@@ -38,6 +38,19 @@ github:
squash: true
merge: false
rebase: false
+ rulesets:
+ - name: "Default Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "~DEFAULT_BRANCH"
+ - "release/*"
+ - "rel/*"
Review Comment:
Hmm, unfortunately the release branches does not seem to have a `release/`
prefix, just version numbers. Nor the release tags seem to have `rel/` prefix,
just version numbers. 🤔
--
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]