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

vatamane pushed a commit to branch merge-3.4.3
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 20979d48f859100cc1a6ba5da5afaad221da5a50
Author: Ronny Berndt <[email protected]>
AuthorDate: Wed Jan 8 20:48:36 2025 +0100

    chore(dev): Auto-delete branch upon PR merge
    
    Branches get auto-deleted upon PR merges to our default branch.
---
 .asf.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.asf.yaml b/.asf.yaml
index 0ac80da5f..064213b3d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -21,6 +21,7 @@ github:
     squash: true
     rebase: true
     merge: true
+  del_branch_on_merge: true
   protected_branches:
     main:
       required_status_checks:

Reply via email to