Pin Matt Pocock reviewer to supported Copilot model#34148
Merged
pelikhan merged 2 commits intoMay 23, 2026
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
pelikhan
May 23, 2026 01:26
View session
pelikhan
approved these changes
May 23, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Pins the Matt Pocock Skills Reviewer workflow to an explicit GitHub Copilot model to avoid relying on variable-based fallback model resolution and to prevent agent-step failures caused by misconfigured model-level requests.
Changes:
- Added an explicit
engine.model: claude-sonnet-4.6to the source workflow markdown. - Regenerated the compiled lock workflow so the pinned model is reflected across activation metadata and both agent/detection
COPILOT_MODELenvs.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/mattpocock-skills-reviewer.md | Adds explicit engine.model to make model selection deterministic for this workflow. |
| .github/workflows/mattpocock-skills-reviewer.lock.yml | Updates generated workflow artifact to consistently use the pinned model across runtime surfaces and metadata. |
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 Matt Pocock Skills Reviewer workflow was failing in the agent step due to model-level request misconfiguration (
400onanthropic-betaheader). This change makes model selection explicit and consistent so the review job no longer depends on fallback resolution.Model configuration
mattpocock-skills-reviewer.md:engine.id: copilotengine.model: claude-sonnet-4.6Compiled workflow alignment
mattpocock-skills-reviewer.lock.ymlso all runtime surfaces use the same pinned model (activation metadata,COPILOT_MODELin agent/detection, and conclusion metadata).Behavioral effect
${{ vars.GH_AW_MODEL_*_COPILOT || 'claude-sonnet-4.5' }}fallback paths for this workflow.