This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/main by this push:
new 6286ddc Enable auto-merge and update branch buttons (#390)
6286ddc is described below
commit 6286ddc654e201622b2e86a3d951e0a69cc92c1f
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Mon May 19 21:24:17 2025 +0200
Enable auto-merge and update branch buttons (#390)
Similarly to apache/logging-log4j2#3662, this pull request enables the
"Auto-merge" and "Update branch" buttons on PRs.
---
.asf.yaml | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index a8e965d..32f9b9c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -41,7 +41,15 @@ github:
- log4j2
- logging
- del_branch_on_merge: true
+ # Pull Request settings:
+ # https://github.com/apache/infrastructure-asfyaml#pull-request-settings
+ pull_requests:
+ # allow auto-merge
+ allow_auto_merge: true
+ # enable updating head branches of pull requests
+ allow_update_branch: true
+ # auto-delete head branches after being merged
+ del_branch_on_merge: true
# Enforce squashing while merging PRs.
# Otherwise, the git log gets polluted severely.