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

tison pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 6c1d8e3  Enable auto merge and branch management for PRs (#85)
6c1d8e3 is described below

commit 6c1d8e3b044e2ad01f2e0a3b9f975ea480018f6e
Author: tison <[email protected]>
AuthorDate: Sat Feb 28 11:50:23 2026 +0800

    Enable auto merge and branch management for PRs (#85)
---
 .asf.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index ed1c372..025e8ce 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -8,6 +8,10 @@ github:
     - stv
   features:
     issues: true
+  pull_requests:
+    allow_auto_merge: true
+    allow_update_branch: true
+    del_branch_on_merge: true
 
 # We will publish our site using Pelican, via the asf-site branch
 pelican:

Reply via email to