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

commit c6e63058aca65604d8a5c9b8a5ad338114b47af4
Author: James Netherton <[email protected]>
AuthorDate: Thu Aug 1 08:38:51 2024 +0100

    Use markdown admonitions for dependabot branch sync warning message
---
 .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 3aeb320c70..9cfd7065a5 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: ":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:"
+              body: "> [!WARNING]\n> Branch auto synchronized due to changes 
in generated files. New workflow run triggered:\n>\n> https://github.com/${{ 
github.repository }}/actions/runs/${{ github.event.workflow_run.id }}\n>\n> 
Please check the workflow result before merging."
             });

Reply via email to