mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
automatic PR: explain how to trigger CI
This commit is contained in:
parent
3432b91bbc
commit
3ff01dd908
2
src/tools/miri/.github/workflows/ci.yml
vendored
2
src/tools/miri/.github/workflows/ci.yml
vendored
@ -139,7 +139,7 @@ jobs:
|
|||||||
git push -u origin $BRANCH
|
git push -u origin $BRANCH
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
run: |
|
run: |
|
||||||
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.')
|
||||||
~/.local/bin/zulip-send --user $ZULIP_BOT_EMAIL --api-key $ZULIP_API_TOKEN --site https://rust-lang.zulipchat.com \
|
~/.local/bin/zulip-send --user $ZULIP_BOT_EMAIL --api-key $ZULIP_API_TOKEN --site https://rust-lang.zulipchat.com \
|
||||||
--stream miri --subject "Miri Build Failure ($(date -u +%Y-%m))" \
|
--stream miri --subject "Miri Build Failure ($(date -u +%Y-%m))" \
|
||||||
--message "A PR doing a rustc-pull [has been automatically created]($PR) for your convenience."
|
--message "A PR doing a rustc-pull [has been automatically created]($PR) for your convenience."
|
||||||
|
Loading…
Reference in New Issue
Block a user