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 5432b6c  fix: try with "~DEFAULT_BRANCH"
5432b6c is described below

commit 5432b6c10a719c207d3e1e3f5c3fdd0ee89824d7
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Apr 15 23:49:09 2026 +0200

    fix: try with "~DEFAULT_BRANCH"
---
 .asf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 04a3c38..5d68fd4 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -76,7 +76,7 @@ github:
       type: branch
       branches:
         includes:
-          - "refs/heads/main"
+          - "~DEFAULT_BRANCH"
       # All reviews must be addressed before merging
       required_conversation_resolution: true
       # Require checks to pass before merging

Reply via email to