Skip to content

Commit d09fbe3

Browse files
authored
Merge pull request rust-lang#3994 from RalfJung/auto-pr
automatic PR: explain how to trigger CI
2 parents 3432b91 + 3ff01dd commit d09fbe3

File tree

1 file changed

+1
-1
lines changed
  • src/tools/miri/.github/workflows

1 file changed

+1
-1
lines changed

src/tools/miri/.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
git push -u origin $BRANCH
140140
- name: Create Pull Request
141141
run: |
142-
PR=$(gh pr create -B master --title 'Automatic Rustup' --body '')
142+
PR=$(gh pr create -B master --title 'Automatic Rustup' --body 'Please close and re-open this PR to trigger CI, then enable auto-merge.')
143143
~/.local/bin/zulip-send --user $ZULIP_BOT_EMAIL --api-key $ZULIP_API_TOKEN --site https://rust-lang.zulipchat.com \
144144
--stream miri --subject "Miri Build Failure ($(date -u +%Y-%m))" \
145145
--message "A PR doing a rustc-pull [has been automatically created]($PR) for your convenience."

0 commit comments

Comments
 (0)