Pull Request Merged
PR #91 merged: fix(ci): correct dependabot-automerge check names
Summary
The wait-for-check steps in dependabot-automerge.yml referenced check names that don't exist:
| Old (broken) | Actual workflow name |
|---|---|
test (8.3, 12.*) | PHP 8.3 / Laravel 12.* |
test (8.4, 12.*) | PHP 8.4 / Laravel 12.* |
lint | PHP Code Style (Pint) |
Because the names didn't match, every fountainhead/action-wait-for-check step timed out (10 min) and the auto-merge condition never evaluated true. This is why dependabot PRs (#84, #85, #86, #88, #90) piled up open and had to be merged manually.
Also added the Laravel 13 matrix and PHPStan to the gate, since they're required checks now.
Test plan
- Wait for next dependabot PR to come in and confirm it auto-merges once green
- If it stalls, check the
automergeworkflow run for whichwait-for-*step failed
+51
additions
-16
deletions
1
files changed