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)?'