mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 19:13:31 +01:00
ci: more automation for prs
This commit is contained in:
7
.github/auto_assign.yml
vendored
Normal file
7
.github/auto_assign.yml
vendored
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
addReviewers: true
|
||||||
|
reviewers:
|
||||||
|
- iCrawl
|
||||||
|
- SpaceEEC
|
||||||
|
- kyranet
|
||||||
|
- vladfrangu
|
||||||
|
numberOfReviewers: 0
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
name: 'PR Labeler'
|
name: 'PR Automation'
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
jobs:
|
jobs:
|
||||||
@@ -10,3 +10,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repo-token: '${{ secrets.GITHUB_TOKEN }}'
|
repo-token: '${{ secrets.GITHUB_TOKEN }}'
|
||||||
sync-labels: true
|
sync-labels: true
|
||||||
|
|
||||||
|
- name: Automatically assign reviewers
|
||||||
|
uses: kentaro-m/auto-assign-action@v1.1.2
|
||||||
Reference in New Issue
Block a user