From 715f26a288f38554926b85cc4929e33132b972db Mon Sep 17 00:00:00 2001 From: Ionite Date: Mon, 6 Apr 2026 14:05:25 -0700 Subject: [PATCH] Add 'claude' to CLA allowlist --- .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 7be683f7..51471b9d 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -31,7 +31,7 @@ jobs: path-to-document: 'https://lykos.ai/cla' # branch should not be protected branch: 'main' - allowlist: ionite34,mohnjiles,bot* + allowlist: ionite34,mohnjiles,claude,bot* # the followings are the optional inputs - If the optional inputs are not given, then default values will be taken remote-organization-name: LykosAI remote-repository-name: clabot-config