diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml new file mode 100644 index 0000000..dc4de9e --- /dev/null +++ b/.github/workflows/cla.yml @@ -0,0 +1,12 @@ +name: CLA Assistant + +on: + issue_comment: + types: [created] + pull_request_target: + types: [opened, synchronize] + +jobs: + CLA: + uses: Expensify/GitHub-Actions/.github/workflows/cla.yml@main + secrets: inherit