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:
parent
9882f43f9b
commit
6abf27943b
1 changed files with 11 additions and 0 deletions
11
.github/workflows/update-flake.yml
vendored
11
.github/workflows/update-flake.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue