From 56b69a749ab7519f8002979571299cb3ed71ab8a Mon Sep 17 00:00:00 2001 From: iCrawl Date: Sun, 9 Jan 2022 22:44:06 +0100 Subject: [PATCH] ci: only run assignment when a pr opens --- .github/workflows/pr-automation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml index c575a2fea..2091e359c 100644 --- a/.github/workflows/pr-automation.yml +++ b/.github/workflows/pr-automation.yml @@ -12,4 +12,5 @@ jobs: sync-labels: true - name: Automatically assign reviewers + if: ${{ github.event.action == 'opened' }} uses: kentaro-m/auto-assign-action@v1.1.2