diff --git a/.github/workflows/cla-check.yml b/.github/workflows/cla-check.yml new file mode 100644 index 00000000..164b0ed3 --- /dev/null +++ b/.github/workflows/cla-check.yml @@ -0,0 +1,12 @@ +name: Check PR Author has signed CLA +on: + pull_request_target: + branches: + - 'master' + types: [opened, synchronize, unlabeled] +jobs: + check-author-signed-cla: + uses: crate/actions/.github/workflows/cla-check-workflow.yml@main + # with: + # simulate_no_cla: true + secrets: inherit