Fix assignees field type in issue templates

Use an empty array instead of an empty string for the assignees field,
as required by the GitHub Issue Forms schema.
This commit is contained in:
TheFrenchGhosty 2026-07-11 08:58:57 +02:00
parent 2693f2ddad
commit 1f17a7aab7
No known key found for this signature in database
GPG Key ID: 4E616F0FFE25B75B
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ name: Bug report
description: Create a bug report to help us improve Invidious
title: "[Bug] "
labels: ["bug"]
assignees: ""
assignees: []
body:
- type: markdown
attributes:

View File

@ -2,7 +2,7 @@ name: Enhancement
description: Suggest an enhancement for an existing feature
title: "[Enhancement] "
labels: ["enhancement"]
assignees: ""
assignees: []
body:
- type: markdown
attributes:

View File

@ -2,7 +2,7 @@ name: Feature request
description: Suggest an idea for this project
title: "[Feature request] "
labels: ["feature-request"]
assignees: ""
assignees: []
body:
- type: markdown
attributes: