mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 18:09:01 +08:00
Use process-pull-request workflow
Contribute to CURA-10831
This commit is contained in:
parent
b847cf626b
commit
4d97e779ed
16
.github/workflows/process-pull-request.yml
vendored
16
.github/workflows/process-pull-request.yml
vendored
@ -1,15 +1,11 @@
|
|||||||
name: process-pull-request
|
name: process-pull-request
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [opened, reopened, edited, synchronize, review_requested, ready_for_review, assigned]
|
types: [ opened, reopened, edited, review_requested, ready_for_review, assigned ]
|
||||||
|
|
||||||
|
# FIXME: Use `main` instead of `CURA-10831` once merged
|
||||||
jobs:
|
jobs:
|
||||||
add_label:
|
add_label:
|
||||||
runs-on: ubuntu-latest
|
uses: ultimaker/cura-workflows/.github/workflows/process-pull-request.yml@CURA-10831
|
||||||
steps:
|
secrets: inherit
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- uses: actions-ecosystem/action-add-labels@v1
|
|
||||||
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