Skip to content

Commit

Permalink
Use process-pull-request workflow
Browse files Browse the repository at this point in the history
Contribute to CURA-10831
  • Loading branch information
jellespijker committed Dec 1, 2023
1 parent b4b8a9a commit 5059eb8
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/process-pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
name: process-pull-request

on:
pull_request_target:
types: [opened, reopened, edited, synchronize, review_requested, ready_for_review, assigned]
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:
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:'
add_label:
uses: ultimaker/cura-workflows/.github/workflows/process-pull-request.yml@CURA-10831
secrets: inherit

0 comments on commit 5059eb8

Please sign in to comment.