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 3582df1  (chores) ci: improve the initial warning message about 
changing components
3582df1 is described below

commit 3582df1e3b97ccced36dc76ddb3ba2abdef9fea7
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Fri Apr 1 11:52:23 2022 +0200

    (chores) ci: improve the initial warning message about changing components
---
 .github/workflows/component-pr.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/component-pr.yaml 
b/.github/workflows/component-pr.yaml
index 9f4b435..13ff465 100644
--- a/.github/workflows/component-pr.yaml
+++ b/.github/workflows/component-pr.yaml
@@ -46,7 +46,7 @@ jobs:
               issue_number: context.issue.number,
               owner: context.repo.owner,
               repo: context.repo.repo,
-              body: `This PR changes components and will be tested 
automatically`
+              body: `:warning: This PR changes Camel components and will be 
tested automatically.`
             })
       - name: 'Download artifact'
         uses: actions/[email protected]

Reply via email to