From 0f42f9afbc0f85ef7fb83ac876d3a7efdc6a8064 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Fern=C3=A1ndez?= Date: Wed, 23 Jun 2021 20:58:45 +0200 Subject: [PATCH] Address review comments --- .github/workflows/automation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/automation.yml b/.github/workflows/automation.yml index 9479103635..ad54bb697b 100644 --- a/.github/workflows/automation.yml +++ b/.github/workflows/automation.yml @@ -10,6 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: eps1lon/actions-label-merge-conflict@v2.0.1 + if: ${{ github.repository == 'jellyfin/jellyfin-web' }} with: dirtyLabel: 'merge conflict' repoToken: ${{ secrets.JF_BOT_TOKEN }}