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

hulk pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks-controller.git


The following commit(s) were added to refs/heads/unstable by this push:
     new 1cb2d5d  Enable the auto merge and the update branch feature in CI 
(#356)
1cb2d5d is described below

commit 1cb2d5d9f226cf71345fc0abdba44f0d3558de20
Author: hulk <[email protected]>
AuthorDate: Sun Sep 28 09:35:43 2025 +0800

    Enable the auto merge and the update branch feature in CI (#356)
---
 .asf.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index d1020ce..5b83e3f 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -33,6 +33,11 @@ github:
     squash:  true
     merge:   false
     rebase:  true
+
+  pull_requests:
+    allow_auto_merge: true
+    allow_update_branch: true
+
   protected_branches:
     unstable:
       required_pull_request_reviews:

Reply via email to