Skip to content

Commit

Permalink
Slightly nicer PR body in DLL upgrade PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
desplesda committed Dec 23, 2021
1 parent d226fb4 commit 9abc375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_dlls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
branch: update-dlls
title: Update Yarn Spinner DLLs to latest (${{ steps.gitversion.outputs.shortSha }})
body: |
This is an automated PR made by ${{ github.actor }} that updates the precompiled Yarn Spinner DLLs (and their dependencies) to YarnSpinnerTool/YarnSpinner@${{ steps.gitversion.outputs.shortSha }} (${{ steps.gitversion.outputs.semVer }}).
This is an automated PR made by @${{ github.actor }} that updates the precompiled Yarn Spinner DLLs (and their dependencies) to YarnSpinnerTool/YarnSpinner@${{ steps.gitversion.outputs.shortSha }} (v${{ steps.gitversion.outputs.fullSemVer }}).
Expand Down

0 comments on commit 9abc375

Please sign in to comment.