mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 06:03:57 -06:00
15 lines
No EOL
509 B
YAML
15 lines
No EOL
509 B
YAML
name: process-pull-request
|
|
|
|
on:
|
|
pull_request_target:
|
|
types: [opened, reopened, edited, synchronize, review_requested, ready_for_review, assigned]
|
|
|
|
jobs:
|
|
add_label:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- 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:' |