This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-log4j-scala.git
commit ebae04d54633609581bfa2ccacf091f60698907e Author: Volkan Yazıcı <[email protected]> AuthorDate: Mon Apr 22 21:35:52 2024 +0200 Improve email notifications --- .asf.yaml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index d4978f3..cb8a364 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -15,7 +15,21 @@ # 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: + commits: [email protected] + issues: [email protected] + pullrequests: [email protected] + pullrequests_bot_dependabot: [email protected] github: @@ -32,6 +46,8 @@ github: - logger - scala + del_branch_on_merge: true + features: issues: true
