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