Skip to content

Commit

Permalink
Merge pull request #530 from pimcore/update-cla
Browse files Browse the repository at this point in the history
Update cla checker
  • Loading branch information
bluvulture authored Apr 5, 2024
2 parents b586dee + aba0c11 commit aa4e2cf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/cla-check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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 aa4e2cf

Please sign in to comment.