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

pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git


The following commit(s) were added to refs/heads/main by this push:
     new e37fad2  Disable branch protection on `non-default`
e37fad2 is described below

commit e37fad28b96c8b88adb8c92e7d5d47886d116fda
Author: Piotr P. Karwasz <pkarwasz-git...@apache.org>
AuthorDate: Fri Apr 11 14:20:45 2025 +0200

    Disable branch protection on `non-default`
---
 .asf.yaml | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index fd04dc1..238693b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -62,14 +62,14 @@ github:
     #
     # We need a non-default branch to prevent a typo from preventing us from 
pushing `.asf.yaml`
     #
-    non-default:
-      # All commits must be signed
-      required_signatures: true
-      # All reviews must be addressed before merging
-      required_conversation_resolution: true
-      # Require checks to pass before merging
-      required_status_checks:
-        checks:
-          # The GitHub Actions app: 15368
-          - app_id: 15368
-            context: "analyze / Analyze"
+#    non-default:
+#      # All commits must be signed
+#      required_signatures: true
+#      # All reviews must be addressed before merging
+#      required_conversation_resolution: true
+#      # Require checks to pass before merging
+#      required_status_checks:
+#        checks:
+#          # The GitHub Actions app: 15368
+#          - app_id: 15368
+#            context: "analyze / Analyze"

Reply via email to