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 }}