Skip to content

Commit 417986c

Browse files
Pin Agentic Triage to a supported Copilot model (#11826)
Agentic Triage failed when repository or organization defaults selected a model unavailable to the `agentic-workflows` integration. - **Workflow configuration** - Pin the Copilot engine to `claude-sonnet-5`. - Prevent external model defaults from overriding the workflow. - **Generated workflow** - Regenerate `issue-triage.lock.yml` with the pinned model. <!-- START COPILOT CODING AGENT SUFFIX --> - Fixes #11808 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com>
1 parent 1ea50a1 commit 417986c

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/issue-triage.lock.yml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/issue-triage.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ tools:
4343

4444
timeout-minutes: 10
4545
source: githubnext/agentics/workflows/issue-triage.md@346204513ecfa08b81566450d7d599556807389f
46-
engine: copilot
46+
engine:
47+
id: copilot
48+
model: claude-sonnet-5
4749
---
4850

4951
# Agentic Triage

0 commit comments

Comments
 (0)