mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 16:27:51 -06:00
10 lines
No EOL
264 B
YAML
10 lines
No EOL
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 |