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

commit 664b1dacae8f550dc314829fcd637a4cd839589a
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Tue Jan 7 15:08:48 2025 +0100

    (chores) ci: include AI components in the labeling
---
 .github/workflows/generic-pr/label-config.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/generic-pr/label-config.yml 
b/.github/workflows/generic-pr/label-config.yml
index 5a1bb094407..bebca78f21f 100644
--- a/.github/workflows/generic-pr/label-config.yml
+++ b/.github/workflows/generic-pr/label-config.yml
@@ -62,6 +62,11 @@ components:
       - any-glob-to-any-file:
         - components/**/*
 
+components-ai:
+  - changed-files:
+      - any-glob-to-any-file:
+          - components/camel-ai/**/*
+
 components-aws:
   - changed-files:
       - any-glob-to-any-file:

Reply via email to