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:02 UTC

[camel] branch main updated (b4887d5c821 -> 80e72b14689)

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from b4887d5c821 CAMEL-18148: Added support for running callbacks on offset updates
     new be06d8e1a56 (chores) ci: label buildingtools changes
     new 30415cbdaf3 (chores) ci: label core build and dependencies changes
     new 80e72b14689 (chores) ci: label core build tooling changes

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/generic-pr/label-config.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)


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

Posted by or...@apache.org.
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/**/*


[camel] 01/03: (chores) ci: label buildingtools changes

Posted by or...@apache.org.
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 be06d8e1a56c96b30cec6acf75399f4d6c61ca5a
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu Oct 13 10:58:04 2022 +0200

    (chores) ci: label buildingtools changes
---
 .github/workflows/generic-pr/label-config.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/generic-pr/label-config.yml b/.github/workflows/generic-pr/label-config.yml
index d9b7e0f96c2..06d7059b4cf 100644
--- a/.github/workflows/generic-pr/label-config.yml
+++ b/.github/workflows/generic-pr/label-config.yml
@@ -57,6 +57,7 @@ tests:
 
 tooling:
   - tooling/**/*
+  - buildingtools/**/*
 
 tooling-maven:
   - archetypes/**/*


[camel] 02/03: (chores) ci: label core build and dependencies changes

Posted by or...@apache.org.
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 30415cbdaf32f4969a50f0145219e29c89b1a24e
Author: Otavio Rodolfo Piske <an...@gmail.com>
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/**/*