mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
* ci: automated issue labeler * ci: remove comment * Apply suggestions from code review Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com> * ci: update labeler on new package * chore: add core * ci: add feature req too * fix: update date Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
16 lines
370 B
YAML
16 lines
370 B
YAML
name: 'Issue Labeler'
|
|
on:
|
|
issues:
|
|
types: [opened, edited]
|
|
|
|
jobs:
|
|
issue-triage:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: github/issue-labeler@v2.5
|
|
with:
|
|
repo-token: '${{ secrets.GITHUB_TOKEN }}'
|
|
configuration-path: .github/issue-labeler.yml
|
|
not-before: 2023-01-13T10:25:03.847Z
|
|
enable-versioned-regex: 0
|