Skip to content

Commit

Permalink
ci: Update issue labeller (#9064)
Browse files Browse the repository at this point in the history
* ci: Add formatters issue label

* fix: "the" instead of "this"

* chore: add next
  • Loading branch information
Jiralite authored Jan 17, 2023
1 parent 13ce78a commit 2e48faf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ body:
- collection
- core
- formatters
- next
- proxy
- proxy-container
- rest
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ 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
- builders
- collection
- core
- formatters
- next
- proxy
- proxy-container
- rest
Expand Down
8 changes: 6 additions & 2 deletions .github/issue-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

2 comments on commit 2e48faf

@vercel
Copy link

@vercel vercel bot commented on 2e48faf Jan 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 2e48faf Jan 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.