From 6abf27943bbb09a0f9d443df45ec70b07a6cbe20 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Sat, 31 May 2025 09:46:17 +0100 Subject: [PATCH] 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. --- .github/workflows/update-flake.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/update-flake.yml b/.github/workflows/update-flake.yml index 4de4adef..81518ddf 100644 --- a/.github/workflows/update-flake.yml +++ b/.github/workflows/update-flake.yml @@ -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 }}