Skip to content

Commit

Permalink
Merge pull request #848 from pimcore/add-cla-check
Browse files Browse the repository at this point in the history
Added cla-check.yaml
  • Loading branch information
bluvulture committed Apr 5, 2024
2 parents 0f949cf + 915d7b4 commit 0551929
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/cla-check.yaml
@@ -0,0 +1,14 @@
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/reusable-cla-check.yaml@v1.3.0
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 0551929

Please sign in to comment.