From 7df43c143bb669b10e85c06bffb11f3f9b0327f0 Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Fri, 31 Jan 2025 17:42:55 +0100 Subject: [PATCH] fix(issue-templates): use correct "needs triage" label (#25830) --- .github/ISSUE_TEMPLATE/data-problem.yml | 2 +- .github/ISSUE_TEMPLATE/enhancement.yml | 2 +- .github/ISSUE_TEMPLATE/infra-problem.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/data-problem.yml b/.github/ISSUE_TEMPLATE/data-problem.yml index 696943fe953a49..38014a12a1ec3c 100644 --- a/.github/ISSUE_TEMPLATE/data-problem.yml +++ b/.github/ISSUE_TEMPLATE/data-problem.yml @@ -1,7 +1,7 @@ name: "Data problem" title: " - " description: Report incorrect, incomplete, or missing data -labels: ["needs-triage"] +labels: ["needs triage"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index 63478ff6a77296..840821497d9666 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -1,6 +1,6 @@ name: "Enhancement" description: An enhancement to BCD's infrastructure -labels: ["needs-triage", "enhancement"] +labels: ["needs triage", "enhancement"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/infra-problem.yml b/.github/ISSUE_TEMPLATE/infra-problem.yml index 1dbf9e86fda459..e6bfa879663058 100644 --- a/.github/ISSUE_TEMPLATE/infra-problem.yml +++ b/.github/ISSUE_TEMPLATE/infra-problem.yml @@ -1,6 +1,6 @@ name: "Infrastructure/Linter Problem" description: Report issues with infrastructure, including scripts and linters -labels: ["needs-triage"] +labels: ["needs triage"] body: - type: markdown attributes: