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 7c5f6cd  fix validation errors in `.asf.yaml` file
7c5f6cd is described below

commit 7c5f6cd5a6a7435373c44f15030cff4a0e81b694
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Apr 15 22:44:55 2026 +0200

    fix validation errors in `.asf.yaml` file
---
 .asf.yaml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index c50d725..61c7e73 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -76,7 +76,7 @@ github:
       type: branch
       branches:
         includes:
-          - "test/rulesets"
+          - "refs/heads/test/rulesets"
       # All reviews must be addressed before merging
       required_conversation_resolution: true
       # Require checks to pass before merging
@@ -92,3 +92,8 @@ github:
       # At least one positive review must be present
       required_pull_request_reviews:
         required_approving_review_count: 1
+    - name: "Tag protection"
+      type: tag
+      branches:
+        includes:
+          - "refs/tags/rel/*"

Reply via email to