You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2020/05/01 03:04:03 UTC

[airavata-custos-portal] branch master updated: adding notification section

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

smarru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-custos-portal.git


The following commit(s) were added to refs/heads/master by this push:
     new a051b0a  adding notification section
a051b0a is described below

commit a051b0af9442654344bb8be01a427e114000e1c4
Author: Suresh Marru <sm...@apache.org>
AuthorDate: Thu Apr 30 23:03:39 2020 -0400

    adding notification section
---
 .asf.yaml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 75f5e40..ba27dc5 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -14,3 +14,12 @@ github:
     wiki: true
     issues: true
     projects: true
+
+  notifications:
+    commits:              commits@airavata.apache.org
+    # Send all issue emails (new, closed, comments) to issues@
+    issues:               issues@airavata.apache.org
+    # Send new/closed PR notifications to dev@
+    pullrequests_status:  issues@airavata.apache.org
+    # Send individual PR comments/reviews to issues@
+    pullrequests_comment: issues@airavata.apache.org
\ No newline at end of file