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

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new 5259bbf70 ci: Enable auto-merge for PRs (#7017)
5259bbf70 is described below

commit 5259bbf707f930d769442b5eb0eff442fa7e1695
Author: Xuanwo <[email protected]>
AuthorDate: Mon Dec 15 20:26:48 2025 +0800

    ci: Enable auto-merge for PRs (#7017)
---
 .asf.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index c93c98a6a..dde7ee87e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -32,6 +32,10 @@ github:
     squash: true
     merge: false
     rebase: false
+  pull_requests:
+    allow_auto_merge: true
+    allow_update_branch: true
+    del_branch_on_merge: true
   protected_branches:
     main:
       required_pull_request_reviews:

Reply via email to