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 a445877dacf (ci): updating label configs to the new Labeler version
a445877dacf is described below

commit a445877dacf0770667831555498cff88a0ec9322
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Thu Jan 4 13:21:38 2024 +0100

    (ci): updating label configs to the new Labeler version
---
 .../workflows/generic-pr/label-config-camel-3.yml  |  4 +-
 .github/workflows/generic-pr/label-config-main.yml |  4 +-
 .github/workflows/generic-pr/label-config.yml      | 82 +++++++++++++++-------
 3 files changed, 63 insertions(+), 27 deletions(-)

diff --git a/.github/workflows/generic-pr/label-config-camel-3.yml 
b/.github/workflows/generic-pr/label-config-camel-3.yml
index 1a8ca7c335f..e9de5346af7 100644
--- a/.github/workflows/generic-pr/label-config-camel-3.yml
+++ b/.github/workflows/generic-pr/label-config-camel-3.yml
@@ -16,4 +16,6 @@
 #
 
 camel-3:
-  - '**/*'
+  - changed-files:
+    - any-glob-to-any-file:
+      - '**/*'
diff --git a/.github/workflows/generic-pr/label-config-main.yml 
b/.github/workflows/generic-pr/label-config-main.yml
index 5f6f1cc8ba7..0ca2960f0e0 100644
--- a/.github/workflows/generic-pr/label-config-main.yml
+++ b/.github/workflows/generic-pr/label-config-main.yml
@@ -16,4 +16,6 @@
 #
 
 camel-4:
-  - '**/*'
+  - changed-files:
+      - any-glob-to-any-file:
+        - '**/*'
diff --git a/.github/workflows/generic-pr/label-config.yml 
b/.github/workflows/generic-pr/label-config.yml
index 9361c5a32f5..6c469b28174 100644
--- a/.github/workflows/generic-pr/label-config.yml
+++ b/.github/workflows/generic-pr/label-config.yml
@@ -16,58 +16,90 @@
 #
 
 ci:
-  - Jenkinsfile
-  - Jenkinsfile.*
+  - changed-files:
+      - any-glob-to-any-file:
+        - Jenkinsfile
+        - Jenkinsfile.*
 
 core:
-  - core/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+        - core/**/*
 
 core-build-and-dependencies:
-  - apache-camel/**
-  - camel-dependencies/**
-  - parent/**
+  - changed-files:
+      - any-glob-to-any-file:
+        - apache-camel/**
+        - camel-dependencies/**
+        - parent/**
 
 core-build-tooling:
-  - buildingtools/**/*
-  - etc/**/*
-  - init/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+        - buildingtools/**/*
+        - etc/**/*
+        - init/**/*
 
 catalog:
-  - catalog/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+        - catalog/**/*
 
 components:
-  - components/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+        - components/**/*
 
 components-aws:
-  - components/camel-aws/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+        - components/camel-aws/**/*
 
 components-azure:
-  - components/camel-azure/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+        - components/camel-azure/**/*
 
 components-kafka:
-  - components/camel-kafka/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+        - components/camel-kafka/**/*
 
 components-jms:
-  - components/camel-*jms/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+        - components/camel-*jms/**/*
 
 docs:
-  - docs/**/*
-  - '**.adoc'
-  - '**.md'
+  - changed-files:
+      - any-glob-to-any-file:
+        - docs/**/*
+        - '**.adoc'
+        - '**.md'
 
 dsl:
-  - dsl/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+        - dsl/**/*
 
 test-infra:
-  - test-infra/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+        - test-infra/**/*
 
 tests:
-  - tests/**/*
-  - '**/src/tests/**/*'
+  - changed-files:
+      - any-glob-to-any-file:
+        - tests/**/*
+        - '**/src/tests/**/*'
 
 tooling:
-  - tooling/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+        - tooling/**/*
 
 tooling-maven:
-  - archetypes/**/*
-  - tooling/maven/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+        - archetypes/**/*
+        - tooling/maven/**/*

Reply via email to