Skip to content

Commit d814eaa

Browse files
committed
Auto merge of #1680 - LeSeulArtichaut:polite-bot, r=RalfJung
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
2 parents ba244e3 + a4a643e commit d814eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,5 @@ jobs:
130130
ZULIP_API_TOKEN: ${{ secrets.ZULIP_API_TOKEN }}
131131
run: |
132132
~/.local/bin/zulip-send --stream miri --subject "Cron Job Failure" \
133-
--message '@**RalfJ** @**oli** the Miri cron job build failed. Please investigate!' \
133+
--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' \
134134
--user $ZULIP_BOT_EMAIL --api-key $ZULIP_API_TOKEN --site https://rust-lang.zulipchat.com

0 commit comments

Comments
 (0)