Skip to content

Update ci-doctor and issue-monster workflows to use gpt-5-mini#11333

Merged
pelikhan merged 2 commits intomainfrom
copilot/update-cli-failure-doctor
Jan 22, 2026
Merged

Update ci-doctor and issue-monster workflows to use gpt-5-mini#11333
pelikhan merged 2 commits intomainfrom
copilot/update-cli-failure-doctor

Conversation

Copy link
Contributor

Copilot AI commented Jan 22, 2026

Configures both CI Failure Doctor and Issue Monster workflows to explicitly use the gpt-5-mini model.

Changes

  • ci-doctor.md: Added engine configuration with gpt-5-mini (previously used default)
  • issue-monster.md: Updated from simple string format to structured engine config with gpt-5-mini
# Before (issue-monster)
engine: copilot

# After (both workflows)
engine:
  id: copilot
  model: gpt-5-mini

Both .lock.yml files regenerated with model references in metadata, CLI invocations, and environment variables.

Original prompt

Update cli failure doctor and issue monster to use gpt-5-mini

Custom agent used: agentic-workflows
GitHub Agentic Workflows (gh-aw) - Create, debug, and upgrade AI-powered workflows with intelligent prompt routing


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
@pelikhan pelikhan marked this pull request as ready for review January 22, 2026 15:49
@pelikhan pelikhan merged commit 8824e8a into main Jan 22, 2026
@pelikhan pelikhan deleted the copilot/update-cli-failure-doctor branch January 22, 2026 15:49
Copilot AI restored the copilot/update-cli-failure-doctor branch January 22, 2026 15:49
Copilot AI changed the title [WIP] Update CLI failure doctor and issue monster to use gpt-5-mini Update ci-doctor and issue-monster workflows to use gpt-5-mini Jan 22, 2026
Copilot AI requested a review from pelikhan January 22, 2026 15:49
Copilot stopped work on behalf of pelikhan due to an error January 22, 2026 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants