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

gfournier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 833d7b8568b6 ci: Fix LABEL doc in PR
833d7b8568b6 is described below

commit 833d7b8568b671955473bb599d50a67e3894616b
Author: Gaelle Fournier <[email protected]>
AuthorDate: Tue Oct 21 12:45:22 2025 +0200

    ci: Fix LABEL doc in PR
---
 .github/workflows/generic-pr/label-config.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/generic-pr/label-config.yml 
b/.github/workflows/generic-pr/label-config.yml
index 015bf07c8fb4..024b6addb59f 100644
--- a/.github/workflows/generic-pr/label-config.yml
+++ b/.github/workflows/generic-pr/label-config.yml
@@ -90,8 +90,8 @@ docs:
   - changed-files:
       - any-glob-to-any-file:
         - docs/**/*
-        - '**.adoc'
-        - '**.md'
+        - '**/*.adoc'
+        - '**/*.md'
 
 dsl:
   - changed-files:

Reply via email to