mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
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:
committed by
Austin Horstman
parent
9882f43f9b
commit
6abf27943b
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 }}
|
||||
|
||||
Reference in New Issue
Block a user