This is an automated email from the ASF dual-hosted git repository. mmarshall pushed a commit to branch decrease-notifications in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git
commit a56e20bcc41996d1539b35add4c853c397dc147c Author: Michael Marshall <[email protected]> AuthorDate: Mon Oct 17 14:05:15 2022 -0500 Only send notifications to commits@ ML This PR modifies the Apache mailing list notifications so that commits, issues, and pull request notifications are sent to the [email protected] mailing list. If you would like these notifications, please to subscribe to the commits mailing list or use the GitHub "watch" feature. Mailing list discussion for this change: https://lists.apache.org/thread/j6y57kr4180xblh7voyrjw47blgmghwt --- .asf.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 2e57384..a07439b 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -43,4 +43,11 @@ github: # disable merge button: merge: false # disable rebase button: - rebase: false \ No newline at end of file + rebase: false + +notifications: + commits: [email protected] + issues: [email protected] + pullrequests: [email protected] + discussions: [email protected] + jira_options: link label
