Skip to content

Commit 60856f2

Browse files
Only send notifications to commits@ ML (#861)
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
1 parent a013ff0 commit 60856f2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.asf.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,12 @@ github:
4242
# disable merge button:
4343
merge: false
4444
# disable rebase button:
45-
rebase: false
45+
rebase: false
46+
47+
48+
notifications:
49+
50+
51+
pullrequests: [email protected]
52+
discussions: [email protected]
53+
jira_options: link label

0 commit comments

Comments
 (0)