From b50b22938b1a173d8b6e21dad63b265dbd2cbe87 Mon Sep 17 00:00:00 2001 From: PepperCode1 <44146161+PepperCode1@users.noreply.github.com> Date: Fri, 10 Mar 2023 16:17:49 -0800 Subject: [PATCH] Update Github files to reflect label renames --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/suggestion.yml | 2 +- .github/config/labels.yml | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index efbe37479..b5dc91935 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug Report description: Create a bug report to help us improve Create -labels: [ "bug" ] +labels: [ "type: bug" ] body: - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/suggestion.yml b/.github/ISSUE_TEMPLATE/suggestion.yml index 3a460558b..ff5acdb33 100644 --- a/.github/ISSUE_TEMPLATE/suggestion.yml +++ b/.github/ISSUE_TEMPLATE/suggestion.yml @@ -1,6 +1,6 @@ name: Suggestion description: Suggest something that would improve Create -labels: [ "suggestion" ] +labels: [ "type: suggestion" ] body: - type: textarea attributes: diff --git a/.github/config/labels.yml b/.github/config/labels.yml index 724dff12d..29e1fdc47 100644 --- a/.github/config/labels.yml +++ b/.github/config/labels.yml @@ -1,12 +1,12 @@ -1.14: +'version: 1.14': - '1\.14(?:\.\d)?' -1.15: +'version: 1.15': - '1\.15(?:\.\d)?' -1.16: +'version: 1.16': - '1\.16(?:\.\d)?' -1.17: +'version: 1.17': - '1\.17(?:\.\d)?' -1.18: +'version: 1.18': - '1\.18(?:\.\d)?' -1.19: +'version: 1.19': - '1\.19(?:\.\d)?'