diff options
| author | Ralf Jung <post@ralfj.de> | 2025-08-01 07:23:54 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-01 07:23:54 +0000 |
| commit | ee00b998177899c10bea83a38c46627f27496ba2 (patch) | |
| tree | 0b158001f7886c1aacabcc37b35077b29641258f | |
| parent | d54e678d41ccde5398752118fa48d52a00402700 (diff) | |
| parent | 6ab38e446a1e4053f515922d4d1456d3a95c1a36 (diff) | |
| download | rust-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.yml | 2 |
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 }} |
