From e0616cee4cf1f377f66db1fa636cf3e1ae6b4ff0 Mon Sep 17 00:00:00 2001 From: The0Mikkel Date: Sun, 16 Nov 2025 01:01:03 +0100 Subject: [PATCH] fix(cla-assistant): remove quotes from allowlist in CLA Assistant workflow --- .github/workflows/cla-assistant.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla-assistant.yml b/.github/workflows/cla-assistant.yml index 91d1e65..480b93a 100644 --- a/.github/workflows/cla-assistant.yml +++ b/.github/workflows/cla-assistant.yml @@ -43,7 +43,7 @@ jobs: # branch should not be protected branch: "main" - allowlist: "semantic-release-bot,semantic-release[bot]" + allowlist: semantic-release-bot,semantic-release[bot] lock-pullrequest-aftermerge: false use-dco-flag: false