Skip to content

Commit

Permalink
Reusable cla check
Browse files Browse the repository at this point in the history
After merging this cla check we will remove the existing cla-assistant and migrate current cla signatures
  • Loading branch information
bluvulture authored and kingjia90 committed Apr 29, 2024
1 parent b590fa1 commit 1b717f5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/cla-check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: CLA check

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

jobs:
call-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 1b717f5

Please sign in to comment.