From 91b76dabc6b71db3501c0ff026cef5617fd397f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volkan=20Yaz=C4=B1c=C4=B1?= Date: Mon, 22 Apr 2024 21:11:36 +0200 Subject: [PATCH] Improve email notifications --- .asf.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index ecac0ad..e70fe62 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -15,12 +15,20 @@ # limitations under the License. # -# `.asf.yaml` documentation: https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features +# `.asf.yaml` is a branch-specific YAML configuration file for Git repositories to control features such as notifications, GitHub settings, etc. +# See its documentation for details: https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features +# Bare minimum `notifications` to +# +# 1. Forward GitHub _activity_ to `notifications@` +# 2. Forward commits to `commits@` +# 3. Forward `dependabot` PRs to `robots@` +# +# Note that `notifications` are merged with the defaults accessible from: https://gitbox.apache.org/schemes.cgi?logging-log4j-transform notifications: - # GitHub already provides notifications for PRs and issues. - # Please don't duplicate that noise here! commits: commits@logging.apache.org + issues: notifications@logging.apache.org + pullrequests: notifications@logging.apache.org pullrequests_bot_dependabot: robots@logging.apache.org github: