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 2023/07/28 08:10:48 UTC

[camel] branch main updated: (chores) ci: also add the welcome comment for changes on the parent pom (#10879)

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


The following commit(s) were added to refs/heads/main by this push:
     new 5be2cbf89a4 (chores) ci: also add the welcome comment for changes on the parent pom (#10879)
5be2cbf89a4 is described below

commit 5be2cbf89a4587a03b7e3f31d7678847374df975
Author: Otavio Rodolfo Piske <or...@users.noreply.github.com>
AuthorDate: Fri Jul 28 10:10:42 2023 +0200

    (chores) ci: also add the welcome comment for changes on the parent pom (#10879)
---
 .github/workflows/component-pr.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/component-pr.yaml b/.github/workflows/component-pr.yaml
index c1110188202..f4fa16af3ef 100644
--- a/.github/workflows/component-pr.yaml
+++ b/.github/workflows/component-pr.yaml
@@ -23,6 +23,7 @@ on:
       - opened
       - reopened
     paths:
+      - 'parent/**'
       - 'core/**'
       - 'components/**'
   workflow_run: