Update triage command
This commit is contained in:
34
.github/commands/triage.yml
vendored
34
.github/commands/triage.yml
vendored
@@ -4,19 +4,21 @@ description: Explain the status of your triaging this particular issue.
|
|||||||
surfaces:
|
surfaces:
|
||||||
- issue
|
- issue
|
||||||
steps:
|
steps:
|
||||||
- type: dropdown
|
- form:
|
||||||
id: status
|
style: embedded
|
||||||
label: Triage Status
|
body:
|
||||||
description: Select the current triage status of this issue
|
- type: dropdown
|
||||||
options:
|
attributes:
|
||||||
- label: "🔴 Not Started"
|
label: Triage Status
|
||||||
value: red
|
description: Select the current triage status of this issue
|
||||||
- label: "🟡 In Progress"
|
options:
|
||||||
value: yellow
|
- "🔴 Not Started"
|
||||||
- label: "🟢 Complete"
|
- "🟡 In Progress"
|
||||||
value: green
|
- "🟢 Complete"
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
attributes:
|
||||||
label: Triage Notes
|
label: Triage Notes
|
||||||
description: Describe what has been done to triage this issue
|
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