Fix issue triage model selection - #3631
Open
Rick Winter (RickWinter) wants to merge 1 commit into
Open
Conversation
|
Azure Pipelines: Successfully started running 1 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
Copilot started reviewing on behalf of
Rick Winter (RickWinter)
September 11, 2026 16:03
View session
Contributor
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
No unresolved review issues were identified.
Review tier: Lite
Findings: None
What changed in this PR
Updates issue triage and threat detection to use gpt-5.4, with high reasoning enabled for threat detection while preserving runtime and safety settings.
Changes:
- Updated workflow engine model configuration.
- Regenerated the compiled lock file.
| File | Summary |
|---|---|
.github/workflows/issue-triage-agent.md |
Configures gpt-5.4 and threat-detection reasoning. |
.github/workflows/issue-triage-agent.lock.yml |
Reflects the updated generated workflow configuration. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Vinay Gera (g2vinay)
approved these changes
Sep 11, 2026
JasonYeMSFT (JasonYeMSFT)
approved these changes
Sep 11, 2026
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.
Use
gpt-5.4for issue triage and threat detection, with high reasoning for threat detection. Keep runtime versions and safety controls unchanged. Test validation will be handled in a separate PR.Fixes #3599.
Invoking Livetests
Copilot submitted PRs are not trustworthy by default. Users with
writeaccess to the repo need to validate the contents of this PR before leaving a comment with the text/azp run mcp - pullrequest - live. This will trigger the necessary livetest workflows to complete required validation.