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 <[email protected]> AuthorDate: Fri Apr 2 18:58:46 2021 +0700 JAMES-3226 Fix .asf.yaml: Invalid notification target '[email protected]' (#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: [email protected] - issues: [email protected] - pullrequests: [email protected] + commits: [email protected] + issues: [email protected] + pullrequests: [email protected] jira_options: link label worklog --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
