From 32af8c9fa4c679a76e21ad88989650ae68bee625 Mon Sep 17 00:00:00 2001 From: QuickStick <31533893+QuickStick123@users.noreply.github.com> Date: Sat, 10 Dec 2022 01:40:45 +1100 Subject: [PATCH] Fix tags not automatically apply for issues (#5260) --- .github/ISSUE_TEMPLATE/accuracy_bug_report.yaml | 2 +- .github/ISSUE_TEMPLATE/behaviour_bug_report.yaml | 2 +- .github/ISSUE_TEMPLATE/calculation_bug_report.yaml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/accuracy_bug_report.yaml b/.github/ISSUE_TEMPLATE/accuracy_bug_report.yaml index a0e7de2f..f6bcd4c1 100644 --- a/.github/ISSUE_TEMPLATE/accuracy_bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/accuracy_bug_report.yaml @@ -1,6 +1,6 @@ name: Accuracy bug report description: Create a bug report to help us fix incorrect wordings -labels: ["bug: accuracy"] +labels: ["bug:accuracy"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/behaviour_bug_report.yaml b/.github/ISSUE_TEMPLATE/behaviour_bug_report.yaml index fe451783..23208617 100644 --- a/.github/ISSUE_TEMPLATE/behaviour_bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/behaviour_bug_report.yaml @@ -1,6 +1,6 @@ name: Behaviour bug report description: Create a bug report to help us fix incorrectly behaviour or logic -labels: ["bug: behaviour"] +labels: ["bug:behaviour"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/calculation_bug_report.yaml b/.github/ISSUE_TEMPLATE/calculation_bug_report.yaml index 840bd5e2..82181c43 100644 --- a/.github/ISSUE_TEMPLATE/calculation_bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/calculation_bug_report.yaml @@ -1,6 +1,6 @@ name: Calculation bug report description: Create a bug report to help us fix incorrect calculations -labels: ["bug: calculation"] +labels: ["bug:calculation"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index d14ed940..cf41bd86 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -1,6 +1,6 @@ name: Feature request description: Suggest an idea for this project -labels: [feature] +labels: [enhancement] body: - type: markdown attributes: