Skip to content

Commit aa4e2cf

Browse files
authored
Merge pull request #530 from pimcore/update-cla
Update cla checker
2 parents b586dee + aba0c11 commit aa4e2cf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/cla-check.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: CLA check
2+
on:
3+
issue_comment:
4+
types: [created]
5+
pull_request_target:
6+
types: [opened, closed, synchronize]
7+
jobs:
8+
cla-workflow:
9+
uses: pimcore/workflows-collection-public/.github/workflows/[email protected]
10+
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'
11+
secrets:
12+
CLA_ACTION_ACCESS_TOKEN: ${{ secrets.CLA_ACTION_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)