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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 3 deletions

View file

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

View file

@ -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

View file

@ -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: