You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/10/13 09:03:05 UTC

[camel] 03/03: (chores) ci: label core build tooling changes

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 80e72b14689d9408486755fb1ffb9aed4f8baa37
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu Oct 13 11:02:34 2022 +0200

    (chores) ci: label core build tooling changes
---
 .github/workflows/generic-pr/label-config.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/generic-pr/label-config.yml b/.github/workflows/generic-pr/label-config.yml
index 7034e49ff0e..9361c5a32f5 100644
--- a/.github/workflows/generic-pr/label-config.yml
+++ b/.github/workflows/generic-pr/label-config.yml
@@ -27,6 +27,11 @@ core-build-and-dependencies:
   - camel-dependencies/**
   - parent/**
 
+core-build-tooling:
+  - buildingtools/**/*
+  - etc/**/*
+  - init/**/*
+
 catalog:
   - catalog/**/*
 
@@ -62,7 +67,6 @@ tests:
 
 tooling:
   - tooling/**/*
-  - buildingtools/**/*
 
 tooling-maven:
   - archetypes/**/*