ci: set a more useful update PR body

The default body contains instructions for triggering GitHub Actions,
which aren't relevant when pushing the PR as a GitHub App.
This commit is contained in:
Matt Sturgeon
2025-05-31 09:46:17 +01:00
committed by Austin Horstman
parent 9882f43f9b
commit 6abf27943b

View File

@@ -42,3 +42,14 @@ jobs:
git-author-name: ${{ steps.user-info.outputs.name }}
git-author-email: ${{ steps.user-info.outputs.email }}
pr-labels: dependencies
pr-body: |
Automated update by the [update-flake-lock] GitHub Action.
```
{{ env.GIT_COMMIT_MESSAGE }}
```
This PR was most recently updated by workflow run [${{ github.run_id }}].
[update-flake-lock]: https://github.com/DeterminateSystems/update-flake-lock
[${{ github.run_id }}]: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}