mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 12:33:30 +01:00
ci: run assigning reviewers also on drafts
This commit is contained in:
1
.github/auto_assign.yml
vendored
1
.github/auto_assign.yml
vendored
@@ -5,3 +5,4 @@ reviewers:
|
|||||||
- kyranet
|
- kyranet
|
||||||
- vladfrangu
|
- vladfrangu
|
||||||
numberOfReviewers: 0
|
numberOfReviewers: 0
|
||||||
|
runOnDraft: true
|
||||||
|
|||||||
4
.github/workflows/pr-automation.yml
vendored
4
.github/workflows/pr-automation.yml
vendored
@@ -12,5 +12,5 @@ jobs:
|
|||||||
sync-labels: true
|
sync-labels: true
|
||||||
|
|
||||||
- name: Automatically assign reviewers
|
- name: Automatically assign reviewers
|
||||||
if: ${{ github.event.action == 'opened' }}
|
if: github.event.action == 'opened'
|
||||||
uses: kentaro-m/auto-assign-action@v1.1.2
|
uses: kentaro-m/auto-assign-action@v1.2.1
|
||||||
|
|||||||
Reference in New Issue
Block a user