mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
ci: more automation for prs
This commit is contained in:
15
.github/workflows/pr-automation.yml
vendored
Normal file
15
.github/workflows/pr-automation.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: 'PR Automation'
|
||||
on:
|
||||
pull_request_target:
|
||||
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 assign reviewers
|
||||
uses: kentaro-m/auto-assign-action@v1.1.2
|
||||
Reference in New Issue
Block a user