ctubbsii commented on code in PR #3491: URL: https://github.com/apache/thrift/pull/3491#discussion_r3424305412
########## .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're talking about tags only, not branches. I see you updated the docs to use `release/<version>` instead of the shorter `rel/<version>`. If you're willing for the tags to be longer, why not also include my earlier suggestion to use `thrift-<version>` instead of just `<version>`? So, `release/thrift-<version>`. I think having the release artifact name in addition to the version makes a lot of sense. -- 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]
