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

orpiske 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 f5bfcf4834e (chores) ci: fix labeling escapes on configuration files
f5bfcf4834e is described below

commit f5bfcf4834e492fab4f24d04c02d6c4d51e99b66
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Thu Jan 12 10:20:47 2023 +0100

    (chores) ci: fix labeling escapes on configuration files
---
 .github/workflows/generic-pr/label-config-camel-3.yml | 2 +-
 .github/workflows/generic-pr/label-config-main.yml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/generic-pr/label-config-camel-3.yml 
b/.github/workflows/generic-pr/label-config-camel-3.yml
index 37e288ef940..1a8ca7c335f 100644
--- a/.github/workflows/generic-pr/label-config-camel-3.yml
+++ b/.github/workflows/generic-pr/label-config-camel-3.yml
@@ -16,4 +16,4 @@
 #
 
 camel-3:
-  - **/*
+  - '**/*'
diff --git a/.github/workflows/generic-pr/label-config-main.yml 
b/.github/workflows/generic-pr/label-config-main.yml
index b6b1aab7fbe..5f6f1cc8ba7 100644
--- a/.github/workflows/generic-pr/label-config-main.yml
+++ b/.github/workflows/generic-pr/label-config-main.yml
@@ -16,4 +16,4 @@
 #
 
 camel-4:
-  - **/*
+  - '**/*'

Reply via email to