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/03/30 13:20:12 UTC

[camel] branch main updated: (chores) ci: avoid commenting the PR every time it is synced

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 41f898c  (chores) ci: avoid commenting the PR every time it is synced
41f898c is described below

commit 41f898c83309dbb13006ec483975c4d50cf8233f
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Wed Mar 30 15:19:23 2022 +0200

    (chores) ci: avoid commenting the PR every time it is synced
---
 .github/workflows/component-pr.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/component-pr.yaml b/.github/workflows/component-pr.yaml
index ecddf73..14a08fb 100644
--- a/.github/workflows/component-pr.yaml
+++ b/.github/workflows/component-pr.yaml
@@ -19,6 +19,9 @@ name: component check
 
 on:
   pull_request_target:
+    types:
+      - opened
+      - reopened
     paths:
       - 'components/*'