Skip to content

Commit 461b8c4

Browse files
committed
Sync auto-assign-copilot.yml from .github repo
1 parent 02dff11 commit 461b8c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-assign-copilot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
});
3232
3333
// 2) Optional: add a model-selection label (only if you want this behavior)
34-
const modelLabel = 'copilot-gpt-5.3';
34+
const modelLabel = 'copilot-gpt-5.4';
3535
3636
// Try to create the label (ignore if it already exists)
3737
try {
@@ -40,7 +40,7 @@ jobs:
4040
repo,
4141
name: modelLabel,
4242
color: '5319E7',
43-
description: 'Prefer GPT-5.3 for Copilot (if supported)'
43+
description: 'Prefer GPT-5.4 for Copilot (if supported)'
4444
});
4545
} catch (e) {
4646
// 422 = already exists (or validation). We can safely ignore.

0 commit comments

Comments
 (0)