Update triage command

This commit is contained in:
Cassidy Williams
2025-01-23 14:01:27 -06:00
parent b5ffbdb0b5
commit 93d507db2c

View File

@@ -4,19 +4,21 @@ description: Explain the status of your triaging this particular issue.
surfaces: surfaces:
- issue - issue
steps: steps:
- form:
style: embedded
body:
- type: dropdown - type: dropdown
id: status attributes:
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:
- label: "🔴 Not Started" - "🔴 Not Started"
value: red - "🟡 In Progress"
- label: "🟡 In Progress" - "🟢 Complete"
value: yellow
- label: "🟢 Complete"
value: green
- 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"