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 5e2d0e1 + e52cac4 commit 051a331Copy full SHA for 051a331
.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