Use supported Copilot model for Linter Miner - #58864
Merged
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix linter miner configuration for valid model
Use supported Copilot model for Linter Miner
Sep 5, 2026
pelikhan
marked this pull request as ready for review
September 5, 2026 20:52
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The supported model is consistently configured, and the generated lock hashes match the workflow source.
Pull request overview
Updates Linter Miner to use an available Copilot model and keeps generated runtime configuration synchronized.
Changes:
- Replaces GPT-5.4 with MAI Code Flash.
- Regenerates the workflow lock file.
- Adds regression coverage rejecting GPT-5.4.
File summaries
| File | Description |
|---|---|
.github/workflows/linter-miner.md |
Updates main and sub-agent models. |
.github/workflows/linter-miner.lock.yml |
Regenerates runtime model configuration. |
pkg/cli/linter_miner_workflow_contract_test.go |
Rejects the unavailable model. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Contributor
|
🎉 This pull request is included in a new release. Release: |
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.
Linter Miner failed because its configured
copilot/gpt-5.4model was unavailable. This prevented the workflow engine and coding sub-agents from starting.linter-miner.lock.ymlso runtime configuration matches the source workflow.