ci: upgrade Claude orchestrator to v2.1.0 — graceful API unavailability skip#35336
Merged
sfreudenthaler merged 1 commit intomainfrom Apr 15, 2026
Merged
Conversation
Bump ai-workflows from v2.0.0 to v2.1.0. The new version adds: - Pre-flight check of the Anthropic API before running claude-code-action - Graceful skip with warning when API returns 5xx or is unreachable - Belt-and-suspenders: continue-on-error + post-check distinguishes service outages from legitimate failures Fixes #35328 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 tasks
oidacra
approved these changes
Apr 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ai-workflowsreference fromv2.0.0→v2.1.0inai_claude-orchestrator.ymlv2.1.0adds pre-flight Anthropic API availability check + runtime error triageProblem
When the Claude service has an outage, all PR pipelines fail with:
Example blocked run: https://github.com/dotCMS/core/actions/runs/24461196854
What changed in
v2.1.0(ai-workflows)Pre-flight check (Layer 1):
GET /v1/modelsbefore running claude-code-action (15s timeout, 2 retries)available=false→ skip Claude step gracefully with::warning::Runtime protection (Layer 2):
continue-on-error: trueon the Claude stepTest
Validated in dotCMS#460 (also updated to
v2.1.0):Fixes #35328