diff --git a/.github/workflows/process-pull-request.yml b/.github/workflows/process-pull-request.yml index d07c22867b..7fe3aedc96 100644 --- a/.github/workflows/process-pull-request.yml +++ b/.github/workflows/process-pull-request.yml @@ -10,6 +10,6 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions-ecosystem/action-add-labels@v1 - if: ${{ github.repository_owner != 'Ultimaker' }} + if: ${{ github.event.pull_request.head.repo.full_name != github.repository }} with: labels: 'PR: Community Contribution :crown:' \ No newline at end of file