Update triage.yml based on docs

This commit is contained in:
Cassidy Williams
2025-01-23 14:05:37 -06:00
committed by GitHub
parent 93d507db2c
commit 2d07ba767a

View File

@@ -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