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

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 9e373b0212 Update asf.yml
     new f471645a0e Merge remote-tracking branch 'refs/remotes/origin/dev' into 
dev
9e373b0212 is described below

commit 9e373b0212e3f1534b204b5bbfc13e71f4569769
Author: Philipp Zehnder <[email protected]>
AuthorDate: Thu Oct 2 14:01:19 2025 +0200

    Update asf.yml
---
 .asf.yaml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 221b2acb2a..cd423c6d32 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -55,7 +55,17 @@ github:
     edit_comment_discussion: "Re: [D] {title}"
     delete_comment_discussion: "Re: [D] {title}"
 
-  del_branch_on_merge: true
+  pull_requests:
+    allow_update_branch: true
+    del_branch_on_merge: true
+
+  enabled_merge_buttons:
+    # enable squash button:
+    squash: true
+    merge:  false
+    rebase: false
+    squash_commit_message: PR_TITLE
+
 
   protected_branches:
     dev:

Reply via email to