From 893bf7a9a1c0684a29a65c8ecc905f3a64b28a49 Mon Sep 17 00:00:00 2001 From: Mac Siri Date: Wed, 15 Nov 2023 14:36:20 -0500 Subject: [PATCH] Create cla.yml --- .github/workflows/cla.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/cla.yml 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