From 5fef39d945e8c6f0054c4b939439dd65ce860104 Mon Sep 17 00:00:00 2001 From: ANANDHU S <71482562+anandhu-eng@users.noreply.github.com> Date: Tue, 14 Apr 2026 18:55:55 +0530 Subject: [PATCH] Add mlc-automations GitHub app to allowable list for automated code commits --- .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 7e0f80a11c..ce66db77c2 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -23,7 +23,7 @@ jobs: path-to-signatures: 'cla-bot/v1/cla.json' # branch should not be protected branch: 'main' - allowlist: user1,bot*,github-actions,github-actions[bot] + allowlist: user1,bot*,github-actions,mlc-automations,github-actions[bot] remote-organization-name: mlcommons remote-repository-name: systems