ChristopherSchultz commented on code in PR #1008: URL: https://github.com/apache/tomcat/pull/1008#discussion_r3253252585
########## .asf.yaml: ########## @@ -0,0 +1,14 @@ +github: + rulesets: + - name: "Default Branch Protection" + type: branch + branches: + includes: + - "~DEFAULT_BRANCH" + - "release/*" + - "rel/*" Review Comment: It looks like this won't match any of our release branch names. We can either do it with wildcards (which might be a tiny bit dangerous), explicitly mention each release branch, or re-name our existing branches to match these globs. -- 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]
