Hi, everyone. The current email notification policy[1] for changes to the git code repository of the linkis project (incubator-linkis/incubator-linkis-website) is as follows:
commits: [email protected] issues: [email protected] pullrequests: [email protected] This results in more and more messy emails in the dev mailing list, and important emails for other discussions cannot be viewed well. It is recommended to modify the asf.yaml file configuration [2], and bind the notification emails of issues/pr and other changes to the [email protected] email. Most projects do the same way (such as spark/hadoop) The configuration should be as follows: commits: [email protected] issues: [email protected] pullrequests: [email protected] [1] https://gitbox.apache.org/schemes.cgi?incubator-linkis [2] https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-ImplementedFeatures Best regards! Chen Xia --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
