mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07: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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions-ecosystem/action-add-labels@v1
|
- uses: actions-ecosystem/action-add-labels@v1
|
||||||
if: ${{ github.repository_owner != 'Ultimaker' }}
|
if: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
|
||||||
with:
|
with:
|
||||||
labels: 'PR: Community Contribution :crown:'
|
labels: 'PR: Community Contribution :crown:'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue