diff --git a/.github/workflows/cla.yaml b/.github/workflows/cla.yaml index f915854d1d..1c170855c0 100644 --- a/.github/workflows/cla.yaml +++ b/.github/workflows/cla.yaml @@ -1,9 +1,9 @@ name: "CLA Assistant" on: issue_comment: - types: [ created ] + types: [created] pull_request_target: - types: [ opened, closed, synchronize ] + types: [opened, closed, synchronize] permissions: actions: write @@ -26,4 +26,5 @@ jobs: path-to-signatures: "signatures/version1/cla.json" path-to-document: "https://github.com/continuedev/continue/blob/main/docs/docs/CLA.md" branch: cla-signatures - allowlist: dependabot[bot] \ No newline at end of file + allowlist: dependabot[bot] + signed-commit-message: "CLA signed in $pullRequestNo"