ci: Update issue labeller (#9064)

* ci: Add formatters issue label

* fix: "the" instead of "this"

* chore: add next
This commit is contained in:
Jiralite
2023-01-17 18:54:56 +00:00
committed by GitHub
parent 13ce78af6e
commit 2e48faf91a
3 changed files with 9 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ body:
- collection - collection
- core - core
- formatters - formatters
- next
- proxy - proxy
- proxy-container - proxy-container
- rest - rest

View File

@@ -11,7 +11,7 @@ body:
- type: dropdown - type: dropdown
id: package id: package
attributes: attributes:
label: Which package is the feature request for? label: Which package is this feature request for?
options: options:
- discord.js - discord.js
- brokers - brokers
@@ -19,6 +19,7 @@ body:
- collection - collection
- core - core
- formatters - formatters
- next
- proxy - proxy
- proxy-container - proxy-container
- rest - rest

View File

@@ -8,12 +8,16 @@ packages:core:
- '### Which package is this (bug report|feature request) for\?\n\ncore' - '### Which package is this (bug report|feature request) for\?\n\ncore'
packages:discord.js: packages:discord.js:
- '### Which package is this (bug report|feature request) for\?\n\ndiscord.js' - '### Which package is this (bug report|feature request) for\?\n\ndiscord.js'
packages:rest: packages:formatters:
- '### Which package is this (bug report|feature request) for\?\n\nrest' - '### 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: packages:proxy:
- '### Which package is this (bug report|feature request) for\?\n\nproxy' - '### Which package is this (bug report|feature request) for\?\n\nproxy'
packages:proxy-container: packages:proxy-container:
- '### Which package is this (bug report|feature request) for\?\n\nproxy-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: packages:voice:
- '### Which package is this (bug report|feature request) for\?\n\nvoice' - '### Which package is this (bug report|feature request) for\?\n\nvoice'
packages:ws: packages:ws: