Switch ci-doctor workflow engine from codex to claude#24948
Merged
pelikhan merged 1 commit intocopilot/fix-unknown-tool-names-warningfrom Apr 6, 2026
Merged
Conversation
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/0b06c9cc-491d-4e25-bab2-ec9ab9da1861 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
pelikhan
April 6, 2026 20:33
View session
pelikhan
approved these changes
Apr 6, 2026
f3da2d7
into
copilot/fix-unknown-tool-names-warning
50 of 51 checks passed
Contributor
There was a problem hiding this comment.
Pull request overview
Switches the CI Failure Doctor Agentic Workflow from the Codex engine to Claude Code to address failures with the prior engine configuration.
Changes:
- Update workflow frontmatter to
engine: claudeinci-doctor.md. - Regenerate the compiled lock workflow to use Claude Code CLI invocation, Anthropic secret validation, and Claude-specific parsing.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/ci-doctor.md | Switches the workflow engine selection from Codex to Claude in the source workflow definition. |
| .github/workflows/ci-doctor.lock.yml | Recompiled generated workflow to run via Claude Code CLI and use ANTHROPIC_API_KEY + Claude log parsing. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0
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.
The CI Failure Doctor workflow was running on the Codex engine, which was failing. Switches it to Claude Code.
Changes
engine: codex→engine: claudeinci-doctor.mdci-doctor.lock.ymlto use Claude Code CLI invocation