add label automaticly when create issue (#1217)

Co-authored-by: ZhangJianyu <zhang.jianyu@outlook.com>
This commit is contained in:
Neo Zhang Jianyu
2024-12-02 13:41:22 +08:00
committed by GitHub
parent bb466b3791
commit a426a9a51d
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
name: Report Bug
description: Used to report bug
title: "[Bug]"
labels: ["bug"]
body:
- type: dropdown
id: priority

View File

@@ -4,6 +4,7 @@
name: Report Feature
description: Used to report feature
title: "[Feature]"
labels: ["feature"]
body:
- type: dropdown
id: priority