From 57b3b430964b0b994209c18c6a5562cdd3af5fd8 Mon Sep 17 00:00:00 2001 From: jspijker Date: Wed, 30 Nov 2022 14:35:25 +0100 Subject: [PATCH] Use different check to determine fork --- .github/workflows/process-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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