This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 4de8ebf5b8 Improve message generated by Dependabot branch sync workflow
4de8ebf5b8 is described below
commit 4de8ebf5b8a9d419196271ffc276275cddc540c4
Author: James Netherton <[email protected]>
AuthorDate: Tue Feb 6 10:35:30 2024 +0000
Improve message generated by Dependabot branch sync workflow
---
.github/workflows/synchronize-dependabot-branch.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/synchronize-dependabot-branch.yaml
b/.github/workflows/synchronize-dependabot-branch.yaml
index 5bdd3d383a..3aeb320c70 100644
--- a/.github/workflows/synchronize-dependabot-branch.yaml
+++ b/.github/workflows/synchronize-dependabot-branch.yaml
@@ -121,5 +121,5 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: ${{ needs.update.outputs.pr-number }},
- body: "Branch auto synchronized due to changes in generated
files. New workflow run triggered:\n\nhttps://github.com/${{ github.repository
}}/actions/runs/${{ github.event.workflow_run.id }}"
+ body: ":warning: :warning: :warning:\n\nBranch auto synchronized
due to changes in generated files. New workflow run
triggered:\n\nhttps://github.com/${{ github.repository }}/actions/runs/${{
github.event.workflow_run.id }}\n\nPlease check the workflow result before
merging.\n\n:warning: :warning: :warning:"
});