This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git


The following commit(s) were added to refs/heads/main by this push:
     new ab36834  config(github): enables automerge of PRs (#46)
ab36834 is described below

commit ab368341cc00d02e8d13476ad3d614636cf581f8
Author: Lukasz Lenart <[email protected]>
AuthorDate: Mon Feb 23 20:16:23 2026 +0100

    config(github): enables automerge of PRs (#46)
---
 .asf.yaml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 3baccf7..4ca6058 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -16,7 +16,6 @@ github:
   labels:
     - "dependencies"
     - "github-actions"
-  del_branch_on_merge: true
   protected_branches:
     main:
       # contexts are the names of checks that must pass.
@@ -28,6 +27,11 @@ github:
         # it does not work because our github teams are private/secret, see 
INFRA-25666
         require_code_owner_reviews: false
         required_approving_review_count: 0
+  pull_requests:
+    # allow auto-merge
+    allow_auto_merge: true
+    # auto-delete head branches after being merged
+    del_branch_on_merge: true
   autolink_jira:
     - WW
   dependabot_alerts:  true

Reply via email to