From 14df5c9492827d85e57d78817831990b6c21dc0a Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Sun, 30 Nov 2025 22:45:17 -0600 Subject: [PATCH] Fixed CLA action to properly exempt dependabot (#7429) --- .github/workflows/cla.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 12ee971c4..bab34d036 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -46,7 +46,4 @@ jobs: path-to-document: https://github.com/openai/codex/blob/main/docs/CLA.md path-to-signatures: signatures/cla.json branch: cla-signatures - allowlist: | - codex - dependabot - dependabot[bot] + allowlist: codex,dependabot,dependabot[bot],github-actions[bot]