mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 13:03:31 +01:00
ci: only run assignment when a pr opens
This commit is contained in:
1
.github/workflows/pr-automation.yml
vendored
1
.github/workflows/pr-automation.yml
vendored
@@ -12,4 +12,5 @@ jobs:
|
|||||||
sync-labels: true
|
sync-labels: true
|
||||||
|
|
||||||
- name: Automatically assign reviewers
|
- name: Automatically assign reviewers
|
||||||
|
if: ${{ github.event.action == 'opened' }}
|
||||||
uses: kentaro-m/auto-assign-action@v1.1.2
|
uses: kentaro-m/auto-assign-action@v1.1.2
|
||||||
|
|||||||
Reference in New Issue
Block a user