From fb29bac2a031098084763af13e9b6b1b9c0a2640 Mon Sep 17 00:00:00 2001 From: Roomote Date: Mon, 13 Jul 2026 09:17:16 +0000 Subject: [PATCH] fix: allowlist roomote committer in CLA Assistant Roomote automation commits as the `roomote` GitHub user, which does not match the existing `*[bot]` allowlist pattern and fails CLA checks on automation-authored PRs. --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 4bd4973e8..9d5b6f1d0 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -29,7 +29,7 @@ jobs: path-to-signatures: signatures/version1/cla.json path-to-document: https://github.com/RooCodeInc/Roomote/blob/develop/CLA.md branch: cla-signatures - allowlist: '*[bot]' + allowlist: "roomote,*[bot]" custom-notsigned-prcomment: >- Thank you for your contribution! Before we can merge this pull request, we need you to sign our [Contributor License