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 7a551f0bc96025079e7c63a8dbc71a9cd1b5d206 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Thu Oct 13 10:30:00 2022 +0200 (chores) ci: add visual marker for skipped tests --- .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 c41f5437f41..ba6630d9049 100644 --- a/.github/workflows/component-pr.yaml +++ b/.github/workflows/component-pr.yaml @@ -96,7 +96,7 @@ jobs: message = ":no_entry_sign: There are (likely) no components to be tested in this PR" } else { if (total > 20) { - message = `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 too many components to be tested in this PR, components were removed or the code needs a rebase: (${total} likely to be tested)` } } } else {
