mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Use different check to determine fork
This commit is contained in:
parent
7b3e072294
commit
57b3b43096
1 changed files with 1 additions and 1 deletions
2
.github/workflows/process-pull-request.yml
vendored
2
.github/workflows/process-pull-request.yml
vendored
|
@ -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:'
|
Loading…
Add table
Add a link
Reference in a new issue