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-kotlin.git
commit cbe63dd8526a2543d52a3c6bbb4e97d89b7020f8 Author: Volkan Yazıcı <[email protected]> AuthorDate: Mon Apr 22 21:38:13 2024 +0200 Improve email notifications --- .asf.yaml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index c67ea19..8641d24 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-kotlin +notifications: + commits: [email protected] + issues: [email protected] + pullrequests: [email protected] + pullrequests_bot_dependabot: [email protected] github: @@ -34,6 +48,8 @@ github: - coroutines - concurrency + del_branch_on_merge: true + features: issues: true
