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 25e9a1d  Revert "Disable branch protection on `non-default`"
25e9a1d is described below

commit 25e9a1d6e118707db3deeaf8ded0eeb509d4b5d6
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Fri Apr 11 14:27:03 2025 +0200

    Revert "Disable branch protection on `non-default`"
    
    This reverts commit e37fad28b96c8b88adb8c92e7d5d47886d116fda.
---
 .asf.yaml | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 238693b..fd04dc1 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