Skip to content

Commit

Permalink
chore: add link to all changes in update PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Jan 2, 2024
1 parent 4e46df4 commit 42f0d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ jobs:
commit-message: update rust-analyzer to ${{ steps.latest_ra.outputs.release }}
delete-branch: true
title: update rust-analyzer to ${{ steps.latest_ra.outputs.release }}
body: 'Update rust-analyzer from [${{ steps.current_release.outputs.release }}](https://github.com/rust-lang/rust-analyzer/releases/tag/${{ steps.current_release.outputs.release }}) to [${{ steps.latest_ra.outputs.release }}](https://github.com/rust-lang/rust-analyzer/releases/tag/${{ steps.latest_ra.outputs.release }})'
body: 'Update rust-analyzer from [${{ steps.current_release.outputs.release }}](https://github.com/rust-lang/rust-analyzer/releases/tag/${{ steps.current_release.outputs.release }}) to [${{ steps.latest_ra.outputs.release }}](https://github.com/rust-lang/rust-analyzer/releases/tag/${{ steps.latest_ra.outputs.release }}) (see [all changes](https://github.com/rust-lang/rust-analyzer/compare/${{ steps.current_release.outputs.release }}...${{ steps.latest_ra.outputs.release }})).'
token: ${{ steps.app-token.outputs.token }}

0 comments on commit 42f0d85

Please sign in to comment.