mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-06 20:09:00 +08:00
10 lines
264 B
YAML
10 lines
264 B
YAML
name: process-pull-request
|
|
|
|
on:
|
|
pull_request_target:
|
|
types: [ opened, reopened, edited, review_requested, ready_for_review, assigned ]
|
|
|
|
jobs:
|
|
add_label:
|
|
uses: ultimaker/cura-workflows/.github/workflows/process-pull-request.yml@main
|
|
secrets: inherit |