diff --git a/.github/workflows/pr-auto-label.yml b/.github/workflows/pr-auto-label.yml index 481f5b83..c497ba36 100644 --- a/.github/workflows/pr-auto-label.yml +++ b/.github/workflows/pr-auto-label.yml @@ -7,7 +7,7 @@ on: jobs: labeler: - if: github.event.pull_request.user.type != 'Bot' + if: github.repository == 'CSSUoB/cssuob.github.io' && github.event.pull_request.user.type != 'Bot' permissions: pull-requests: write