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

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


The following commit(s) were added to refs/heads/2.x by this push:
     new 9f3c495e17 Disable branch protection on `2.x`
9f3c495e17 is described below

commit 9f3c495e177b433da97056d6ea17d060ad4c0bc5
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Fri Apr 11 15:02:22 2025 +0200

    Disable branch protection on `2.x`
---
 .asf.yaml | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index bc3938e3df..d7617c38d8 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -65,22 +65,6 @@ github:
 
   # Enforce Review-then-Commit
   protected_branches:
-    2.x:
-      # 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: "build"
-          - app_id: 15368
-            context: "codeql-analysis"
-      # At least one positive review must be present
-      required_pull_request_reviews:
-        required_approving_review_count: 1
     main:
       # All commits must be signed
       required_signatures: true

Reply via email to