diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml new file mode 100644 index 0000000..926e495 --- /dev/null +++ b/.github/workflows/cla.yml @@ -0,0 +1,11 @@ +--- +name: CLA Assistant +on: + issue_comment: + types: [created] + pull_request_target: + types: [opened, closed, synchronize] +jobs: + CLAssistant: + uses: secretflow/.github/.github/workflows/cla.yml@main + secrets: inherit