Skip to content

Pin Matt Pocock Skills Reviewer to an explicit Copilot model#34078

Closed
Copilot wants to merge 3 commits into
mainfrom
copilot/fix-matt-pocock-skills-reviewer
Closed

Pin Matt Pocock Skills Reviewer to an explicit Copilot model#34078
Copilot wants to merge 3 commits into
mainfrom
copilot/fix-matt-pocock-skills-reviewer

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 22, 2026

The Matt Pocock Skills Reviewer workflow was failing at runtime because it relied on Copilot’s default model resolution, which can map to an unsupported model for some subscription tiers. This change removes tier-dependent model selection from that workflow path.

  • Problem addressed

    • The workflow’s Copilot invocation resolved COPILOT_MODEL via fallback (default), causing 400 The requested model is not supported in production runs.
  • Workflow source update

    • Set an explicit model in .github/workflows/mattpocock-skills-reviewer.md:
      • engine.model: gpt-4.1
  • Compiled workflow alignment

    • Regenerated .github/workflows/mattpocock-skills-reviewer.lock.yml so generated runtime env and metadata use the explicit model (no default fallback for this workflow).
engine:
  id: copilot
  model: gpt-4.1
  max-continuations: 6

Copilot AI linked an issue May 22, 2026 that may be closed by this pull request
Copilot AI and others added 2 commits May 22, 2026 17:45
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix Matt Pocock Skills Reviewer configuration issue Pin Matt Pocock Skills Reviewer to an explicit Copilot model May 22, 2026
Copilot AI requested a review from pelikhan May 22, 2026 17:51
@pelikhan pelikhan closed this May 22, 2026
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.

[aw] Matt Pocock Skills Reviewer failed

2 participants