From f209e3b19cf3ec718973a536dd32c81de8dd890b Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 6 Nov 2022 13:14:57 +0100 Subject: [PATCH] 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