mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 17:06:02 +08:00
Use different check to determine fork
This commit is contained in:
parent
7b3e072294
commit
57b3b43096
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…
x
Reference in New Issue
Block a user