You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2022/11/06 12:15:02 UTC

[incubator-pekko] branch main updated: use notifications mailing list for issues and PRs (#25)

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

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new f209e3b19c use notifications mailing list for issues and PRs (#25)
f209e3b19c is described below

commit f209e3b19cf3ec718973a536dd32c81de8dd890b
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Sun Nov 6 13:14:57 2022 +0100

    use notifications mailing list for issues and PRs (#25)
    
    * use notifications mailing list for issues and PRs
    
    * send github discussions notifications to notifications@pekko.apache.org
---
 .asf.yaml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 28c624728b..242465791e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -29,8 +29,7 @@ github:
 
 notifications:
   commits:              commits@pekko.apache.org
-  issues:               dev@pekko.apache.org
-  pullrequests_status:  dev@pekko.apache.org
-  pullrequests_comment: commits@pekko.apache.org
-  discussions:          dev@pekko.apache.org
+  issues:               notifications@pekko.apache.org
+  pullrequests:         notifications@pekko.apache.org
+  discussions:          notifications@pekko.apache.org
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org