You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR retargets every Zulip-posting CI workflow in mathlib4 from the shared `nightly-testing` channel to the new project-specific `#nightly-testing-mathlib` channel, in line with the [proposal to split `#nightly-testing`](https://leanprover.zulipchat.com/#narrow/channel/428973-nightly-testing/topic/proposal.20to.20split.20the.20channel/near/592721807) into per-project channels for Mathlib, Batteries, and Cslib.
Topic names are unchanged so existing bookmarks and topic links continue to resolve to the same conversations (which were also moved over).
The `#nightly-testing-mathlib` channel mirrors the original (web-public, history visible to subscribers, anyone can post). Companion PRs for `mathlib-ci`, `batteries`, and `cslib` are coming next.
🤖 Prepared with Claude Code
{'operator': 'topic', 'operand': 'Mathlib status updates'},
164
164
{'operator': 'sender', 'operand': bot_email}
165
165
],
@@ -171,7 +171,7 @@ jobs:
171
171
# Post the success message
172
172
request = {
173
173
'type': 'stream',
174
-
'to': 'nightly-testing',
174
+
'to': 'nightly-testing-mathlib',
175
175
'topic': 'Mathlib status updates',
176
176
'content': f"✅ The latest CI for Mathlib's [nightly-testing branch](https://github.com/leanprover-community/mathlib4-nightly-testing/tree/nightly-testing) has succeeded! ([{os.getenv('SHA')}](https://github.com/${{ github.repository }}/commit/{os.getenv('SHA')}))"
0 commit comments