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

pvillard 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 26464ae239 NIFI-15377 Required commit signing for main branch
26464ae239 is described below

commit 26464ae2394cf823d6bcf249cd5b3ba56b60a072
Author: exceptionfactory <[email protected]>
AuthorDate: Sat Dec 20 21:26:27 2025 -0600

    NIFI-15377 Required commit signing for main branch
    
    - Restricted GitHub pull request merge buttons to squash
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #10676.
---
 .asf.yaml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 170f5bc06b..e55e5a83f0 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,6 +17,7 @@ github:
   description: "Apache NiFi"
   homepage: https://nifi.apache.org/
   labels:
+    - apache
     - nifi
     - java
     - hacktoberfest
@@ -26,8 +27,9 @@ github:
     projects: false
   enabled_merge_buttons:
     squash:  true
-    merge:   true
-    rebase:  true
+  protected_branches:
+    main:
+      required_signatures: true
   autolink_jira:
     - NIFI
 notifications:

Reply via email to