This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch xuanwo/ci-asf in repository https://gitbox.apache.org/repos/asf/opendal.git
commit b8e093c05f9f8142d7e8be326be2ea943a159d8b Author: Xuanwo <[email protected]> AuthorDate: Mon Dec 15 20:24:09 2025 +0800 ci: Enable auto-merge for PRs --- .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:
