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 e93f637bff24315291adff8150ac5aa36d9a53d1 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Thu Oct 13 11:00:48 2022 +0200 (chores) ci: label core build and dependencies changes --- .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 06d7059b4cf..7034e49ff0e 100644 --- a/.github/workflows/generic-pr/label-config.yml +++ b/.github/workflows/generic-pr/label-config.yml @@ -22,6 +22,11 @@ ci: core: - core/**/* +core-build-and-dependencies: + - apache-camel/** + - camel-dependencies/** + - parent/** + catalog: - catalog/**/*
