Update triage.yml based on docs
This commit is contained in:
11
.github/commands/triage.yml
vendored
11
.github/commands/triage.yml
vendored
@@ -4,7 +4,7 @@ description: Explain the status of your triaging this particular issue.
|
|||||||
surfaces:
|
surfaces:
|
||||||
- issue
|
- issue
|
||||||
steps:
|
steps:
|
||||||
- form:
|
- type: form
|
||||||
style: embedded
|
style: embedded
|
||||||
body:
|
body:
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
@@ -12,9 +12,12 @@ steps:
|
|||||||
label: Triage Status
|
label: Triage Status
|
||||||
description: Select the current triage status of this issue
|
description: Select the current triage status of this issue
|
||||||
options:
|
options:
|
||||||
- "🔴 Not Started"
|
- label: 🟢 Complete
|
||||||
- "🟡 In Progress"
|
value: 🟢
|
||||||
- "🟢 Complete"
|
- label: 🟡 Started
|
||||||
|
value: 🟡
|
||||||
|
- label: 🔴 Not Started
|
||||||
|
value: 🔴
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Triage Notes
|
label: Triage Notes
|
||||||
|
|||||||
Reference in New Issue
Block a user