chore: route Zulip notifications to nightly-testing-cslib#548
Open
chore: route Zulip notifications to nightly-testing-cslib#548
Conversation
This PR retargets the nightly-testing failure-detection workflow and the adaptation-PR helper script from the shared `nightly-testing` channel to the new `nightly-testing-cslib` channel, in line with the proposal to split `#nightly-testing` 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). 🤖 Prepared with Claude Code
Codex review caught that the prose `echo` still referenced the old `#nightly-testing` channel even though the actual `zulip-send` call was already retargeted at `#nightly-testing-cslib`. 🤖 Prepared with Claude Code
bryangingechen
pushed a commit
to leanprover-community/leanprover-community.github.io
that referenced
this pull request
May 5, 2026
This PR follows up on #835 to retarget the four Zulip channel links on the tags-and-branches page at the new project-specific channels created as part of the [proposal to split `#nightly-testing`](https://leanprover.zulipchat.com/#narrow/channel/428973-nightly-testing/topic/proposal.20to.20split.20the.20channel/near/592721807): - Batteries references → `#nightly-testing-batteries` - Mathlib references → `#nightly-testing-mathlib` The relevant topics (`Batteries status updates` and `Mathlib status updates`) have already been moved across to the new channels, so the existing `/with/<message_id>` anchors continue to resolve. Companion PRs in the upstream repos: - leanprover-community/mathlib4#38946 - leanprover-community/mathlib-ci#33 - leanprover-community/batteries#1794 - leanprover/cslib#548 🤖 Prepared with Claude Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR retargets the nightly-testing failure-detection workflow and the adaptation-PR helper script from the shared
nightly-testingchannel to the new#nightly-testing-cslibchannel, in line with the proposal to split#nightly-testinginto 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-cslibchannel mirrors the original (web-public, history visible to subscribers, anyone can post).Companion PRs: leanprover-community/mathlib4#38946, leanprover-community/mathlib-ci#33, leanprover-community/batteries#1794.
🤖 Prepared with Claude Code