We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd4c009 commit d367d15Copy full SHA for d367d15
1 file changed
.github/workflows/cla-check.yml
@@ -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