diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml new file mode 100644 index 0000000..5e96c45 --- /dev/null +++ b/.github/workflows/cla.yml @@ -0,0 +1,20 @@ +name: "CLA" +on: + issue_comment: + types: [created] + pull_request_target: + types: [opened,closed,synchronize] + merge_group: + branches: + - main + +permissions: + actions: write + contents: write + pull-requests: write + statuses: write + +jobs: + check_cla: + uses: forem/forem/.github/workflows/cla.yml@main + secrets: inherit