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 caa57dd + b4cb2ee commit dd5b4f5Copy full SHA for dd5b4f5
src/tools/miri/.github/workflows/ci.yml
@@ -206,7 +206,7 @@ jobs:
206
run: |
207
PR=$(gh pr create -B master --title 'Automatic Rustup' --body '')
208
~/.local/bin/zulip-send --user $ZULIP_BOT_EMAIL --api-key $ZULIP_API_TOKEN --site https://rust-lang.zulipchat.com \
209
- --stream miri --subject "Cron Job Failure (miri, $(date -u +%Y-%m))" \
+ --stream miri --subject "Miri Build Failure ($(date -u +%Y-%m))" \
210
--message "A PR doing a rustc-pull [has been automatically created]($PR) for your convenience."
211
env:
212
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments