Skip to content

Commit 051a331

Browse files
authored
Merge pull request #4511 from RalfJung/auto-rustup
update rustup PR message
2 parents 5e2d0e1 + e52cac4 commit 051a331

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)