From 93d507db2c8408c17743c1bdf8bc96a4157d8ba8 Mon Sep 17 00:00:00 2001 From: Cassidy Williams Date: Thu, 23 Jan 2025 14:01:27 -0600 Subject: [PATCH] Update triage command --- .github/commands/triage.yml | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/.github/commands/triage.yml b/.github/commands/triage.yml index 6760d8e..3f503d5 100644 --- a/.github/commands/triage.yml +++ b/.github/commands/triage.yml @@ -4,19 +4,21 @@ description: Explain the status of your triaging this particular issue. surfaces: - issue steps: - - type: dropdown - id: status - label: Triage Status - description: Select the current triage status of this issue - options: - - label: "🔴 Not Started" - value: red - - label: "🟡 In Progress" - value: yellow - - label: "🟢 Complete" - value: green - - type: textarea - id: description - label: Triage Notes - description: Describe what has been done to triage this issue - required: true + - form: + style: embedded + body: + - type: dropdown + attributes: + label: Triage Status + description: Select the current triage status of this issue + options: + - "🔴 Not Started" + - "🟡 In Progress" + - "🟢 Complete" + - 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: "Triage"