We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3432b91 + 3ff01dd commit d09fbe3Copy full SHA for d09fbe3
src/tools/miri/.github/workflows/ci.yml
@@ -139,7 +139,7 @@ jobs:
139
git push -u origin $BRANCH
140
- name: Create Pull Request
141
run: |
142
- PR=$(gh pr create -B master --title 'Automatic Rustup' --body '')
+ PR=$(gh pr create -B master --title 'Automatic Rustup' --body 'Please close and re-open this PR to trigger CI, then enable auto-merge.')
143
~/.local/bin/zulip-send --user $ZULIP_BOT_EMAIL --api-key $ZULIP_API_TOKEN --site https://rust-lang.zulipchat.com \
144
--stream miri --subject "Miri Build Failure ($(date -u +%Y-%m))" \
145
--message "A PR doing a rustc-pull [has been automatically created]($PR) for your convenience."
0 commit comments