Commit bccb7d4
ci: add ci-passed aggregate check for the town-crier trial (TC-0069)
The town-crier bus mirrors each PR's CI verdict by matching exactly one
check-run name, case-sensitively: ci-passed. This repo's CI only emitted
the matrix legs check (8.4)/check (8.5) with no aggregate, so its PRs never
got a trial verdict. Add a ci-passed job that waits on all check matrix legs
(needs: [check], if: always()) and fails when any leg's result is failure or
cancelled. Intended as the repo's single required status check post-merge.
Additive-only; the check job is untouched.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BrZ64qwG8ytbTdMV25WTX41 parent 0c43653 commit bccb7d4
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
0 commit comments