We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02dff11 commit 461b8c4Copy full SHA for 461b8c4
.github/workflows/auto-assign-copilot.yml
@@ -31,7 +31,7 @@ jobs:
31
});
32
33
// 2) Optional: add a model-selection label (only if you want this behavior)
34
- const modelLabel = 'copilot-gpt-5.3';
+ const modelLabel = 'copilot-gpt-5.4';
35
36
// Try to create the label (ignore if it already exists)
37
try {
@@ -40,7 +40,7 @@ jobs:
40
repo,
41
name: modelLabel,
42
color: '5319E7',
43
- description: 'Prefer GPT-5.3 for Copilot (if supported)'
+ description: 'Prefer GPT-5.4 for Copilot (if supported)'
44
45
} catch (e) {
46
// 422 = already exists (or validation). We can safely ignore.
0 commit comments