diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml new file mode 100644 index 000000000..b622a93ca --- /dev/null +++ b/.github/workflows/cla.yml @@ -0,0 +1,21 @@ +--- +name: CLA Workflow + +permissions: + contents: write + checks: write + actions: write + pull-requests: write + +on: + merge_group: + pull_request: + types: [opened, reopened, synchronize] + branches: + - main + - master + +jobs: + cla: + uses: clima/.github/.github/workflows/cla_template.yml@main + secrets: inherit