vishesh92 commented on code in PR #222:
URL:
https://github.com/apache/cloudstack-cloudmonkey/pull/222#discussion_r3976506806
##########
.asf.yaml:
##########
@@ -30,6 +30,20 @@ github:
protected_branches:
main: {}
+ rulesets:
+ - name: "Default Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "~DEFAULT_BRANCH"
+ - "release/*"
+ - "rel/*"
+ excludes: []
Review Comment:
```suggestion
```
it defaults to the default branch which is main. And we don't maintain any
release branches for this repo.
--
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]