Commit f52fe5d
authored
Match required-check names against the actual GitHub check-run names (#2)
release-prepare.yml's belt-and-braces validator iterated over the YAML job IDs (check, test, build, smoke, release-tooling) but GitHub reports check runs by their human-readable name: field (Type check, Unit tests, Production build, Smoke (real sync-server), Release tooling). Result: the validator always failed even when main was fully green. Caught on the first dry-run.1 parent c1137e0 commit f52fe5d
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
95 | 104 | | |
96 | 105 | | |
97 | 106 | | |
| |||
0 commit comments