From d87ce13f9e665cb47f4ece6d73b16f46d944637f Mon Sep 17 00:00:00 2001 From: ANANDHU S <71482562+anandhu-eng@users.noreply.github.com> Date: Wed, 20 May 2026 12:49:00 +0530 Subject: [PATCH] Add required bots to allowlist for CLA to pass --- .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 fedf10051..ebb561487 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -26,7 +26,7 @@ jobs: path-to-signatures: 'cla-bot/v1/cla.json' # branch should not be protected branch: 'main' - allowlist: user1,bot* + allowlist: user1,mlcommons-bot,mlc-automations,bot*,copilot-swe-agent[bot],Copilot* remote-organization-name: mlcommons remote-repository-name: systems