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

mbien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f5634473e4 Attempt 2 to repair asf repo config (get merge button back)
5f5634473e4 is described below

commit 5f5634473e49bfab1146966718f5409c4d70c678
Author: Michael Bien <[email protected]>
AuthorDate: Thu Mar 13 17:35:59 2025 +0100

    Attempt 2 to repair asf repo config (get merge button back)
    
     - explicitly disable linear history
---
 .asf.yaml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 674d9adf0cc..10de0448013 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -38,7 +38,9 @@ github:
     rebase: false
   protected_branches:
     # no force push to master
-    master: {}
+    master:
+      required_linear_history: false
+
   collaborators:
     - petrovic-d
     - Achal1607
@@ -49,5 +51,5 @@ notifications:
     commits:      [email protected]
     issues:       [email protected]
     pullrequests: [email protected]
-    discussions: [email protected]
+    discussions:  [email protected]
     jira_options: link label worklog


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to