Skip to content

Commit

Permalink
Merge pull request #83 from pimcore/create-cla-check
Browse files Browse the repository at this point in the history
Create cla-check.yaml
  • Loading branch information
bluvulture authored Apr 5, 2024
2 parents 0ffa6e3 + 8c708f9 commit 1361666
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/cla-check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CLA check

on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, closed, synchronize]

jobs:
cla-workflow:
uses: pimcore/workflows-collection-public/.github/workflows/[email protected]
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
secrets:
CLA_ACTION_ACCESS_TOKEN: ${{ secrets.CLA_ACTION_ACCESS_TOKEN }}

0 comments on commit 1361666

Please sign in to comment.