From 0756fe78968ce10351c81bd16604a760195361db Mon Sep 17 00:00:00 2001 From: Kitty Hurley Date: Wed, 4 Oct 2023 16:00:46 -0500 Subject: [PATCH] chore: update issue template labels to support workflows (#7938) **Related Issue:** n/a ## Summary - Updates the test issue template to include the `needs milestone` label - Replaces the `spike` issue in the research template (previously `research`) cc @brittneytewks --- .github/ISSUE_TEMPLATE/research.yml | 2 +- .github/ISSUE_TEMPLATE/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/research.yml b/.github/ISSUE_TEMPLATE/research.yml index 3121ee3f0bf..48694ecaf83 100644 --- a/.github/ISSUE_TEMPLATE/research.yml +++ b/.github/ISSUE_TEMPLATE/research.yml @@ -1,6 +1,6 @@ name: Research description: Request an investigation into a specific topic -labels: ["research", "0 - new", "needs triage"] +labels: ["spike", "0 - new", "needs triage"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/test.yml b/.github/ISSUE_TEMPLATE/test.yml index 6599fb8753d..1f550218e97 100644 --- a/.github/ISSUE_TEMPLATE/test.yml +++ b/.github/ISSUE_TEMPLATE/test.yml @@ -1,6 +1,6 @@ name: Test description: Associate issue for a test (e.g., a new test, an unstable test that was skipped, Chromatic, etc.) -labels: ["testing", "0 - new", "p - high"] +labels: ["testing", "0 - new", "p - high", "needs milestone"] body: - type: markdown attributes: