diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index 16b29fd9..95f9aecf 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -35,4 +35,10 @@ jobs: - uses: DeterminateSystems/update-flake-lock@v21 with: pr-title: "chore: update flake.lock" + pr-body: | + Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. + + ``` + {{ env.GIT_COMMIT_MESSAGE }} + ``` token: ${{ steps.generate-token.outputs.token }}