v2.13.0 (#733)
Co-authored-by: Maxime Dolores <maxime.dolores@ext.mistral.ai> Co-authored-by: Michel Thomazo <51709227+michelTho@users.noreply.github.com> Co-authored-by: Peter Evers <peter.evers@mistral.ai> Co-authored-by: Pierre Rossinès <pierre.rossines@mistral.ai> Co-authored-by: Quentin <quentin.torroba@mistral.ai> Co-authored-by: Val <102326092+vdeva@users.noreply.github.com> Co-authored-by: Vincent G <10739306+VinceOPS@users.noreply.github.com> Co-authored-by: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
parent
198277af3f
commit
ad0d5c9520
61 changed files with 969 additions and 461 deletions
1
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
|
@ -17,7 +17,6 @@ body:
|
|||
options:
|
||||
- CLI
|
||||
- ACP
|
||||
- Both
|
||||
- VS Code extension
|
||||
- Other
|
||||
validations:
|
||||
|
|
|
|||
4
.github/workflows/issue-labeler.yml
vendored
4
.github/workflows/issue-labeler.yml
vendored
|
|
@ -47,8 +47,8 @@ jobs:
|
|||
labels.push('CLI');
|
||||
} else if (component === 'ACP') {
|
||||
labels.push('ACP');
|
||||
} else if (component === 'Both') {
|
||||
labels.push('CLI', 'ACP');
|
||||
} else if (component === 'VS Code extension') {
|
||||
labels.push('VS Code extension');
|
||||
}
|
||||
|
||||
if (labels.length > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue