On 16/05/2026 19:05, ChristopherSchultz (via GitHub) wrote:

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.

I think we just add 11.0.x, 10.1.x, 10.0.x, 9.0.x, 8.5.x and 7.0.x to that list.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to