Jens-G commented on code in PR #3430: URL: https://github.com/apache/thrift/pull/3430#discussion_r3255580629
########## .asf.yaml: ########## @@ -1,8 +1,29 @@ +# ASF Configuration for Apache Thrift +# See https://github.com/apache/infrastructure-asfyaml/blob/main/README.md 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: + autolink_jira: + - THRIFT + enabled_merge_buttons: + squash: true + rebase: true + # Linear history and squashed commits are preferred. + # See https://thrift.apache.org/docs/HowToContribute + merge: false + features: Review Comment: > According to the [contribution guide](https://thrift.apache.org/docs/HowToContribute), merge commits are discouraged That document needs probably some maintenance. It derives from the practical implementation in certain aspects. -- 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]
