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

pgj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-glazier.git


The following commit(s) were added to refs/heads/main by this push:
     new ee46d49  Enable auto-deletion of branches upon merge
ee46d49 is described below

commit ee46d49a63e38726075608db8877a2c1cb5a64ca
Author: Gabor Pali <[email protected]>
AuthorDate: Sun May 4 22:00:33 2025 +0200

    Enable auto-deletion of branches upon merge
    
    Let us have branches deleted automatically once the pull request
    opened for them has been merged into the default branch (`main`).
---
 .asf.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.asf.yaml b/.asf.yaml
index 6b14046..c3b05c1 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -16,6 +16,7 @@ github:
     - powershell
   features:
     issues: true
+  del_branch_on_merge: true
   protected_branches:
     main:
       required_status_checks:

Reply via email to