mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
15 lines
361 B
YAML
15 lines
361 B
YAML
name: 'Issue Labeler'
|
|
on:
|
|
issues:
|
|
types: [opened]
|
|
jobs:
|
|
issue-triage:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: github/issue-labeler@v3.2
|
|
with:
|
|
repo-token: '${{ secrets.GITHUB_TOKEN }}'
|
|
configuration-path: .github/issue-labeler.yml
|
|
not-before: 2023-01-13T10:25:03.847Z
|
|
enable-versioned-regex: 0
|