about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2025-08-01 07:23:54 +0000
committerGitHub <noreply@github.com>2025-08-01 07:23:54 +0000
commitee00b998177899c10bea83a38c46627f27496ba2 (patch)
tree0b158001f7886c1aacabcc37b35077b29641258f
parentd54e678d41ccde5398752118fa48d52a00402700 (diff)
parent6ab38e446a1e4053f515922d4d1456d3a95c1a36 (diff)
downloadrust-ee00b998177899c10bea83a38c46627f27496ba2.tar.gz
rust-ee00b998177899c10bea83a38c46627f27496ba2.zip
Merge pull request #4511 from RalfJung/auto-rustup
update rustup PR message
-rw-r--r--src/tools/miri/.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/miri/.github/workflows/ci.yml b/src/tools/miri/.github/workflows/ci.yml
index 4e55200cddf..7d79c384f85 100644
--- a/src/tools/miri/.github/workflows/ci.yml
+++ b/src/tools/miri/.github/workflows/ci.yml
@@ -198,7 +198,7 @@ jobs:
           BRANCH="rustup-$(date -u +%Y-%m-%d)"
           git switch -c $BRANCH
           git push -u origin $BRANCH
-          gh pr create -B master --title 'Automatic Rustup' --body 'Please close and re-open this PR to trigger CI, then enable auto-merge.'
+          gh pr create -B master --title 'Automatic Rustup' --body "Update \`rustc\` to https://github.com/rust-lang/rust/commit/$(cat rust-version)."
         env:
           GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}