Skip to content

Commit d367d15

Browse files
committed
Add CLA check action
1 parent dd4c009 commit d367d15

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/cla-check.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Check PR Author has signed CLA
2+
on:
3+
pull_request_target:
4+
branches:
5+
- 'master'
6+
types: [opened, synchronize, unlabeled]
7+
jobs:
8+
check-author-signed-cla:
9+
uses: crate/actions/.github/workflows/cla-check-workflow.yml@main
10+
# with:
11+
# simulate_no_cla: true
12+
secrets: inherit

0 commit comments

Comments
 (0)