Skip to content

Commit

Permalink
Improve message generated by Dependabot branch sync workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Feb 6, 2024
1 parent f411b47 commit 4de8ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/synchronize-dependabot-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
});

0 comments on commit 4de8ebf

Please sign in to comment.