This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch camel-3.18.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 34af1baf78bf147b20e4438dcd53d1ffe7aee5b6 Author: Otavio Rodolfo Piske <[email protected]> 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/**/*
