Skip to content

Commit 4e44367

Browse files
committed
chore: fix MQ failure notifications
1 parent 34c362b commit 4e44367

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.claude/skills/merge-trains/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A merge train is an automated batching system (inspired by [Rust rollups](https:
1818
| `merge-train/ci` | CI infrastructure / ci3 | `#help-ci` |
1919
| `merge-train/docs` | Documentation | `#dev-rels` |
2020
| `merge-train/fairies` | aztec-nr | `#team-fairies` |
21-
| `merge-train/spartan` | Spartan / infra / yarn-project sequencer and prover orchestration | `#e-team-alpha` |
21+
| `merge-train/spartan` | Spartan / infra / yarn-project sequencer and prover orchestration | `#team-alpha` |
2222

2323
## How to Use a Merge Train
2424

ci3/slack_notify_with_claudebox_kickoff

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ set -eu
77
# Requires: SLACK_BOT_TOKEN
88
# Optional: CLAUDEBOX_REPO (default: AztecProtocol/aztec-packages)
99

10+
NO_CD=1 source "$(git rev-parse --show-toplevel)/ci3/source_base"
11+
1012
if [[ "${CI:-}" != "1" ]]; then
1113
echo "Not in CI — skipping slack_notify_with_claudebox_kickoff"
1214
exit 0

0 commit comments

Comments
 (0)