Update triage command
This commit is contained in:
20
.github/commands/triage.yml
vendored
20
.github/commands/triage.yml
vendored
@@ -4,19 +4,21 @@ description: Explain the status of your triaging this particular issue.
|
||||
surfaces:
|
||||
- issue
|
||||
steps:
|
||||
- form:
|
||||
style: embedded
|
||||
body:
|
||||
- type: dropdown
|
||||
id: status
|
||||
attributes:
|
||||
label: Triage Status
|
||||
description: Select the current triage status of this issue
|
||||
options:
|
||||
- label: "🔴 Not Started"
|
||||
value: red
|
||||
- label: "🟡 In Progress"
|
||||
value: yellow
|
||||
- label: "🟢 Complete"
|
||||
value: green
|
||||
- "🔴 Not Started"
|
||||
- "🟡 In Progress"
|
||||
- "🟢 Complete"
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Triage Notes
|
||||
description: Describe what has been done to triage this issue
|
||||
required: true
|
||||
placeholder: "Example: I started validation on this by..."
|
||||
actions:
|
||||
- submit: "Triage"
|
||||
|
||||
Reference in New Issue
Block a user