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-tools.git
commit 622a624a29060209a4b9bd974acc3bf0e4243b17 Author: Volkan Yazıcı <[email protected]> AuthorDate: Mon Apr 22 21:39:19 2024 +0200 Improve email notifications --- .asf.yaml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 0f27a12..e78cfe8 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-tools +notifications: + commits: [email protected] + issues: [email protected] + pullrequests: [email protected] + pullrequests_bot_dependabot: [email protected] github: @@ -31,6 +45,8 @@ github: features: issues: true + del_branch_on_merge: true + # Prevent force pushes to primary branches protected_branches: main:
