From 894b6d8b2ae4a747d5884f9535b73998cee45190 Mon Sep 17 00:00:00 2001 From: Curtis Anderson <99758333+FileSystemGuy@users.noreply.github.com> Date: Thu, 19 Feb 2026 08:49:14 -0800 Subject: [PATCH] Update allowlist patterns in CLA workflow Add yet more variations on Wes Vaske to try and get PR#233 merged in. --- .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 cab9aac2..2887299b 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -22,7 +22,7 @@ jobs: path-to-signatures: 'cla-bot/v1/cla.json' # branch should not be protected branch: 'main' - allowlist: user1,claude[bot],claude,Wes Vaske,bot* + allowlist: user1,claude[bot],claude,Wes*,wes*,wvaske*,bot* remote-organization-name: mlcommons remote-repository-name: systems