This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git


The following commit(s) were added to refs/heads/master by this push:
     new 8cbbeb1  .asf.yaml: Redirect notifications to the commit list
8cbbeb1 is described below

commit 8cbbeb1bb203a5521f9b3d51c19ffa3315ca1686
Author: Tristan van Berkom <[email protected]>
AuthorDate: Tue Jan 19 17:22:45 2021 +0900

    .asf.yaml: Redirect notifications to the commit list
    
    Currently merge requests and issues are getting announced on the
    [email protected] mailing list, redirect this to the commit
    list instead to avoid diluting real mailing list discussion.
---
 .asf.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 45a764f..f7d29ff 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,4 +1,12 @@
 
+#
+# Avoid diluting the dev mailing list with meta stuff,
+# redirect it all to the commit list.
+#
+notifications:
+  commits: [email protected]
+  issues: [email protected]
+  pullrequests: [email protected]
 
 #
 # Configure github

Reply via email to