nictownsend commented on code in PR #28643:
URL: https://github.com/apache/flink/pull/28643#discussion_r3967094905
##########
.asf.yaml:
##########
@@ -13,6 +13,18 @@ github:
- sql
collaborators:
- flinkbot
+ rulesets:
+ - name: "Default and Release Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "~DEFAULT_BRANCH"
+ - "release-*"
+ excludes: [ ]
+ bypass_teams:
+ - root
+ restrict_deletion: true
Review Comment:
https://github.com/apache/infrastructure-asfyaml/blob/main/README.md#rulesets
> restrict_deletion and restrict_force_push default to true in convenience
syntax.
Was the reason for explicitly setting it to protect against the default
changing?
--
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]