ci: Auto-accept API verifier changes in PRs #5228
+172
−0
Open
@sentry/warden / warden
completed
May 20, 2026 in 3m 10s
1 issue
Medium
`continue-on-error: true` makes a total test-run failure indistinguishable from a clean API check - `.github/workflows/verify-api.yml:70-72`
If dotnet test fails for any reason other than snapshot mismatches (e.g. build error in the test project, missing workload, dotnet crash), no *.received.txt files are produced. accept-api-changes then finds no artifacts, commits nothing, and exits green — silently hiding the fact that the API tests never ran.
4 skills analyzed
| Skill | Findings | Duration | Cost |
|---|---|---|---|
| security-review | 0 | 2m 11s | $0.25 |
| code-review | 0 | 2m 55s | $0.30 |
| find-bugs | 1 | 2m 38s | $0.31 |
| gha-security-review | 0 | 29.3s | $0.04 |
⏱ 8m 13s · 178.8k in / 24.0k out · $0.89
Loading