From 2d07ba767ad230a8cbaee76225ebaacd0d3efc5e Mon Sep 17 00:00:00 2001 From: Cassidy Williams <1454517+cassidoo@users.noreply.github.com> Date: Thu, 23 Jan 2025 14:05:37 -0600 Subject: [PATCH] Update triage.yml based on docs --- .github/commands/triage.yml | 41 ++++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 19 deletions(-) diff --git a/.github/commands/triage.yml b/.github/commands/triage.yml index 3f503d5..2dea2f0 100644 --- a/.github/commands/triage.yml +++ b/.github/commands/triage.yml @@ -2,23 +2,26 @@ trigger: triage title: Triage Issue description: Explain the status of your triaging this particular issue. surfaces: - - issue +- issue steps: - - 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" +- 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: "Triage"