You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by rc...@apache.org on 2023/03/28 02:02:59 UTC

[james-site] 14/30: JAMES-3226 Fix .asf.yaml: Invalid notification target 'site-dev@james.apache.org' (#9)

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

rcordier pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/james-site.git

commit 7b56e2a3b099b833142bd910d9697ea2ff0c7ef1
Author: Tellier Benoit <bt...@linagora.com>
AuthorDate: Fri Apr 2 18:58:46 2021 +0700

    JAMES-3226 Fix .asf.yaml: Invalid notification target 'site-dev@james.apache.org' (#9)
    
    Must be a valid @james.apache.org list!
---
 .asf.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index ee7768b3b..84f316a18 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -18,7 +18,7 @@ github:
     - smtp
     - jmap
 notifications:
-  commits:      site-dev@james.apache.org
-  issues:       site-dev@james.apache.org
-  pullrequests: site-dev@james.apache.org
+  commits:      notifications@james.apache.org
+  issues:       notifications@james.apache.org
+  pullrequests: notifications@james.apache.org
   jira_options: link label worklog


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org