casionone opened a new issue #1318: URL: https://github.com/apache/incubator-linkis/issues/1318
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar feature requirement. ### Problem Description 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 commits 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-website [2] https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-ImplementedFeatures ### Description _No response_ ### Use case _No response_ ### solutions _No response_ ### Anything else _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
