mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Add label Community Contribution 👑 to PR's
This commit is contained in:
parent
c4f5bd49ec
commit
f9623bf1c4
1 changed files with 15 additions and 0 deletions
15
.github/workflows/process-pull-request.yml
vendored
Normal file
15
.github/workflows/process-pull-request.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
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.repository_owner != 'Ultimaker' }}
|
||||||
|
with:
|
||||||
|
labels: 'Community Contribution :crown:'
|
Loading…
Add table
Add a link
Reference in a new issue