mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
ci: better labeler for issues and prs
This commit is contained in:
13
.github/workflows/auto-labeler.yml
vendored
13
.github/workflows/auto-labeler.yml
vendored
@@ -1,12 +1,13 @@
|
||||
name: 'PR Labeler'
|
||||
name: 'Issue/PR Labeler'
|
||||
on:
|
||||
pull_request_target:
|
||||
issues:
|
||||
types:
|
||||
- opened
|
||||
- edited
|
||||
jobs:
|
||||
triage:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Automatically label PR
|
||||
uses: actions/labeler@v3
|
||||
with:
|
||||
repo-token: '${{ secrets.GITHUB_TOKEN }}'
|
||||
sync-labels: true
|
||||
- name: Automatically label Issues/PRs
|
||||
uses: fuxingloh/multi-labeler@v1
|
||||
|
||||
Reference in New Issue
Block a user