Skip to content

Commit 904e66a

Browse files
committed
Auto merge of #1730 - RalfJung:zulip, r=oli-obk
add date to Zulip notification subject We sometimes have discussions in those threads; let's make sure we have a new thread for each new day (which likely means a new problem... or nobody got around to fixing things yet^^).
2 parents debbe9e + 2902ad9 commit 904e66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
ZULIP_BOT_EMAIL: ${{ secrets.ZULIP_BOT_EMAIL }}
130130
ZULIP_API_TOKEN: ${{ secrets.ZULIP_API_TOKEN }}
131131
run: |
132-
~/.local/bin/zulip-send --stream miri --subject "Cron Job Failure" \
132+
~/.local/bin/zulip-send --stream miri --subject "Cron Job Failure $(date -uI)" \
133133
--message 'Dear @**RalfJ** and @**oli**
134134
135135
It would appear that the Miri cron job build failed. Would you mind investigating this issue?

0 commit comments

Comments
 (0)