1
1

Gitea: more updates for new scoped label syntax

This commit is contained in:
2023-02-21 11:16:52 +01:00
parent 5b0cb65a56
commit 6eccea7a6f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
name: Design
about: Create a design task (for developers only)
labels:
- "type::Design"
- "Type/Design"
body:
- type: textarea
id: body

View File

@@ -1,7 +1,7 @@
name: To Do
about: Create a to do task (for developers only)
labels:
- "type::To Do"
- "Type/To Do"
body:
- type: textarea
id: body