From 2e48faf91ad2eea10f2bbf733c7b17dbd73717c9 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Tue, 17 Jan 2023 18:54:56 +0000 Subject: [PATCH] ci: Update issue labeller (#9064) * ci: Add formatters issue label * fix: "the" instead of "this" * chore: add next --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + .github/ISSUE_TEMPLATE/feature_request.yml | 3 ++- .github/issue-labeler.yml | 8 ++++++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8db621e66..6d543efea 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -17,6 +17,7 @@ body: - collection - core - formatters + - next - proxy - proxy-container - rest diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index b84547020..0c78fa570 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -11,7 +11,7 @@ body: - type: dropdown id: package attributes: - label: Which package is the feature request for? + label: Which package is this feature request for? options: - discord.js - brokers @@ -19,6 +19,7 @@ body: - collection - core - formatters + - next - proxy - proxy-container - rest diff --git a/.github/issue-labeler.yml b/.github/issue-labeler.yml index 7722246e3..4d7292bf3 100644 --- a/.github/issue-labeler.yml +++ b/.github/issue-labeler.yml @@ -8,12 +8,16 @@ packages:core: - '### Which package is this (bug report|feature request) for\?\n\ncore' packages:discord.js: - '### Which package is this (bug report|feature request) for\?\n\ndiscord.js' -packages:rest: - - '### Which package is this (bug report|feature request) for\?\n\nrest' +packages:formatters: + - '### Which package is this (bug report|feature request) for\?\n\formatters' +packages:next: + - '### Which package is this (bug report|feature request) for\?\n\next' packages:proxy: - '### Which package is this (bug report|feature request) for\?\n\nproxy' packages:proxy-container: - '### Which package is this (bug report|feature request) for\?\n\nproxy-container' +packages:rest: + - '### Which package is this (bug report|feature request) for\?\n\nrest' packages:voice: - '### Which package is this (bug report|feature request) for\?\n\nvoice' packages:ws: