mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-04 09:36:34 +08:00
11 lines
326 B
YAML
11 lines
326 B
YAML
name: process-pull-request
|
|
|
|
on:
|
|
pull_request_target:
|
|
types: [ opened, reopened, edited, review_requested, ready_for_review, assigned ]
|
|
|
|
# FIXME: Use `main` instead of `CURA-10831` once merged
|
|
jobs:
|
|
add_label:
|
|
uses: ultimaker/cura-workflows/.github/workflows/process-pull-request.yml@CURA-10831
|
|
secrets: inherit |