We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d54e678 + 6ab38e4 commit ee00b99Copy full SHA for ee00b99
src/tools/miri/.github/workflows/ci.yml
@@ -198,7 +198,7 @@ jobs:
198
BRANCH="rustup-$(date -u +%Y-%m-%d)"
199
git switch -c $BRANCH
200
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.'
+ gh pr create -B master --title 'Automatic Rustup' --body "Update \`rustc\` to https://github.com/rust-lang/rust/commit/$(cat rust-version)."
202
env:
203
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
204
0 commit comments