Croway commented on code in PR #1788:
URL: 
https://github.com/apache/camel-spring-boot/pull/1788#discussion_r3257103675


##########
.asf.yaml:
##########
@@ -25,5 +25,18 @@ github:
     - microservices
     - java
     - spring-boot
+  rulesets:
+    - name: "Default Branch Protection"
+      type: branch
+      branches:
+        includes:
+          - "~DEFAULT_BRANCH"
+          - "release/*"

Review Comment:
   we do not use `release/*` or `rel/*` for release branches. It should be 
`camel-spring-boot-*` for release branches and `main` should be the default one.
   
   `main` should be already addressed by `~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]

Reply via email to