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

[airavata-custos-portal] 04/13: adding notification section

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

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

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