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

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


The following commit(s) were added to refs/heads/main by this push:
     new d2658ca9267 NIFI-16347 Disabled Merge and Rebase GitHub PR Buttons 
(#11683)
d2658ca9267 is described below

commit d2658ca926719cb670c0433f2f82b257cf4145f9
Author: David Handermann <[email protected]>
AuthorDate: Tue Sep 15 16:28:08 2026 -0500

    NIFI-16347 Disabled Merge and Rebase GitHub PR Buttons (#11683)
---
 .asf.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index e55e5a83f0f..dde0ff9646e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -27,6 +27,8 @@ github:
     projects: false
   enabled_merge_buttons:
     squash:  true
+    merge:   false
+    rebase:  false
   protected_branches:
     main:
       required_signatures: true

Reply via email to