You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(impl-generate): remove stale labels one per call in the failure handler
Review feedback: a comma-separated --remove-label fails as a whole when
one name cannot be resolved, which could leave a pair marked pending.
Applies to the new infrastructure-pause branch and the existing cap branch.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01SrKzcwZBnref1sWYtdXynu
Copy file name to clipboardExpand all lines: .github/workflows/impl-generate.yml
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1153,8 +1153,11 @@ jobs:
1153
1153
# capability verdict either; the next backfill dispatch picks it
1154
1154
# up with a clean budget once the markers age out.
1155
1155
echo "::warning::Parking $LIBRARY/$SPEC_ID after ${INFRA_ATTEMPT} infrastructure failures in the last ${CAMPAIGN_WINDOW_H}h (cap: ${INFRA_WINDOW_CAP}) — not marked failed, no auto-retry"
0 commit comments