kpumuk commented on code in PR #3491: URL: https://github.com/apache/thrift/pull/3491#discussion_r3251526483
########## .asf.yaml: ########## @@ -1,8 +1,21 @@ notifications: - commits: [email protected] - issues: [email protected] - pullrequests_status: [email protected] - pullrequests_comment: [email protected] - jira_options: link label worklog - - \ No newline at end of file + commits: [email protected] + issues: [email protected] + pullrequests_status: [email protected] + pullrequests_comment: [email protected] + jira_options: link label worklog + +github: + rulesets: + - name: "Default Branch Protection" + type: branch + branches: + includes: + - "~DEFAULT_BRANCH" + - "release/*" + - "rel/*" Review Comment: @Jens-G we don't seem to use `release/` or `rel/`, should we protect release tags `v*` instead? Or rather in addition to, so you can use `release/0.24.0` for release work instead of `0.24.0` -- 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]
