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

@@ -2,23 +2,26 @@ trigger: triage
title: Triage Issue title: Triage Issue
description: Explain the status of your triaging this particular issue. 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
attributes: 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:
- "🔴 Not Started" - label: 🟢 Complete
- "🟡 In Progress" value: 🟢
- "🟢 Complete" - label: 🟡 Started
- type: textarea value: 🟡
attributes: - label: 🔴 Not Started
label: Triage Notes value: 🔴
description: Describe what has been done to triage this issue - type: textarea
placeholder: "Example: I started validation on this by..." attributes:
actions: label: Triage Notes
- submit: "Triage" description: Describe what has been done to triage this issue
placeholder: "Example: I started validation on this by..."
actions:
- submit: "Triage"