Skip to content

Commit e52cac4

Browse files
committed
update rustup PR message
1 parent ac4ebb7 commit e52cac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
BRANCH="rustup-$(date -u +%Y-%m-%d)"
199199
git switch -c $BRANCH
200200
git push -u origin $BRANCH
201-
gh pr create -B master --title 'Automatic Rustup' --body 'Please close and re-open this PR to trigger CI, then enable auto-merge.'
201+
gh pr create -B master --title 'Automatic Rustup' --body "Update \`rustc\` to https://github.com/rust-lang/rust/commit/$(cat rust-version)."
202202
env:
203203
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
204204

0 commit comments

Comments
 (0)