Skip to content

Commit 5cb951c

Browse files
revert: restore TCGC workflow models
Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com>
1 parent 15bc654 commit 5cb951c

2 files changed

Lines changed: 12 additions & 14 deletions

File tree

.github/workflows/bump-tcgc-csharp.lock.yml

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

.github/workflows/bump-tcgc-csharp.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ safe-outputs:
2828
assignees: [copilot]
2929
assign-to-agent:
3030
name: "copilot"
31-
model: "gpt-5"
31+
model: "claude-opus-4.6"
3232

3333
tools:
3434
web-fetch:
@@ -40,9 +40,7 @@ tools:
4040
lockdown: false
4141

4242
timeout-minutes: 15
43-
engine:
44-
id: copilot
45-
model: gpt-5
43+
engine: copilot
4644
---
4745

4846
# Agentic TCGC Bump for http-client-csharp
@@ -80,7 +78,7 @@ You're an automation assistant for the TypeSpec GitHub repository. Your task is
8078
Replace `<LATEST_STABLE>` with the actual version (e.g. `0.67.2`) and `<anchor>` with the GitHub-style heading anchor for that version on the CHANGELOG page (lowercased, dots removed — e.g. `0.67.2` → `0672`).
8179
8280
- **Labels**: `emitter:client:csharp` is applied automatically via the workflow's `safe-outputs.create-issue.labels` configuration.
83-
- **Assignees**: `copilot` is assigned automatically via the `assignees: [copilot]` setting in the workflow's `create-issue` configuration. The `assign-to-agent` block sets `gpt-5` as the default model for the Copilot coding agent.
81+
- **Assignees**: `copilot` is assigned automatically via the `assignees: [copilot]` setting in the workflow's `create-issue` configuration. The `assign-to-agent` block sets `claude-opus-4.6` as the default model for the Copilot coding agent.
8482
8583
Do not perform the upgrade in this workflow — the Copilot coding agent picks up the issue once assigned and follows `.github/prompts/upgrade-tcgc.instructions.md`.
8684

0 commit comments

Comments
 (0)