Skip to content

Commit

Permalink
Auto merge of #1680 - LeSeulArtichaut:polite-bot, r=RalfJung
Browse files Browse the repository at this point in the history
Teach the miri cronjobs to speak politely

> Please be kind and courteous. There’s no need to be mean or rude.

― Rust Code of conduct
  • Loading branch information
bors committed Jan 17, 2021
2 parents ba244e3 + a4a643e commit d814eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@ jobs:
ZULIP_API_TOKEN: ${{ secrets.ZULIP_API_TOKEN }}
run: |
~/.local/bin/zulip-send --stream miri --subject "Cron Job Failure" \
--message '@**RalfJ** @**oli** the Miri cron job build failed. Please investigate!' \
--message 'Dear @**RalfJ** and @**oli**\n\nIt would appear that the Miri cron job build failed. Would you mind investigating this issue?\n\nThanks in advance!\nSincerely,\nThe Miri Cronjobs Bot' \
--user $ZULIP_BOT_EMAIL --api-key $ZULIP_API_TOKEN --site https://rust-lang.zulipchat.com

0 comments on commit d814eaa

Please sign in to comment.