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 6244f72246fa7a16992327c45e55ef741b7eca9a
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Thu Oct 13 12:28:12 2022 +0200

    (chores) ci: improved contribution bot messages
---
 .github/workflows/component-pr.yaml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/component-pr.yaml 
b/.github/workflows/component-pr.yaml
index ba6630d9049..20a46a420b6 100644
--- a/.github/workflows/component-pr.yaml
+++ b/.github/workflows/component-pr.yaml
@@ -47,7 +47,11 @@ jobs:
               issue_number: context.issue.number,
               owner: context.repo.owner,
               repo: context.repo.repo,
-              body: `:warning: This PR changes Camel components and will be 
tested automatically.`
+              body: `:star2: Thanks for your contribution to the Apache Camel 
project! :star2: 
+            
+            :warning: Please note that the changes on this PR may be **tested 
automatically**. 
+            
+            If necessary Apache Camel Committers may access logs and test 
results in the job summaries!`
             })
       - name: 'Download artifact'
         uses: actions/[email protected]
@@ -96,7 +100,7 @@ jobs:
                 message = ":no_entry_sign: There are (likely) no components to 
be tested in this PR"
               } else {
                 if (total > 20) {
-                  message = `:leftwards_arrow_with_hook: There are too many 
components to be tested in this PR, components were removed or the code needs a 
rebase: (${total} likely to be tested)`
+                  message = `:leftwards_arrow_with_hook: There are either 
**too many** changes to be tested in this PR or the code **needs be rebased**: 
(${total} components likely to be affected)`
                 }
               }
             } else {

Reply via email to