Files
txarli.dev/.github/commands/triage.yml
Cassidy Williams 143fb1fea9 Update triage.yml
2025-01-23 14:10:02 -06:00

29 lines
712 B
YAML

trigger: triage
title: Triage Issue
description: Explain the status of your triaging this particular issue.
surfaces:
- issue
steps:
- type: form
style: embedded
body:
- type: dropdown
attributes:
label: Triage Status
description: Select the current triage status of this issue
options:
- label: 🟢 Complete
value: 🟢
- label: 🟡 Started
value: 🟡
- label: 🔴 Not Started
value: 🔴
- type: textarea
attributes:
label: Triage Notes
description: Describe what has been done to triage this issue
placeholder: "Example: I started validation on this by..."
actions:
submit: "Create"
cancel: "Discard"