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 1b9fa4bec8 Add squash and merge recommendation to Dependabot branch 
sync workflow
1b9fa4bec8 is described below

commit 1b9fa4bec8a9aba233dab471b002d16faec9876e
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Mon Mar 24 10:34:18 2025 +0000

    Add squash and merge recommendation to 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 ec3be7bcf0..736eb76dcf 100644
--- a/.github/workflows/synchronize-dependabot-branch.yaml
+++ b/.github/workflows/synchronize-dependabot-branch.yaml
@@ -132,5 +132,5 @@ jobs:
               owner: context.repo.owner,
               repo: context.repo.repo,
               issue_number: ${{ needs.update.outputs.pr-number }},
-              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."
+              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.\n>\n>If there are multiple 
commits, please use the **Squash and merge** option."
             });

Reply via email to