Skip to content

Commit

Permalink
Create process-pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jellespijker authored Nov 30, 2022
1 parent b5f6041 commit 2a4783d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/process-pull-request.yml
Original file line number Diff line number Diff line change
@@ -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.event.pull_request.head.repo.full_name != github.repository }}
with:
labels: 'PR: Community Contribution :crown:'

0 comments on commit 2a4783d

Please sign in to comment.