From 82c71425a046e047245c8ac813b1c76b19757a4f Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Wed, 11 Feb 2026 10:59:17 +0900 Subject: [PATCH] fix(ci): add web-flow to CLA allowlist GitHub Web UI commits have web-flow as the author/committer, causing CLA checks to fail even after the contributor signs. Adding web-flow to the allowlist resolves this for all contributors who edit files via the GitHub web interface. --- .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 f2f464511..6b1a438db 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -25,7 +25,7 @@ jobs: path-to-signatures: 'signatures/cla.json' path-to-document: 'https://github.com/code-yeongyu/oh-my-opencode/blob/master/CLA.md' branch: 'dev' - allowlist: code-yeongyu,bot*,dependabot*,github-actions*,*[bot],sisyphus-dev-ai + allowlist: code-yeongyu,bot*,dependabot*,github-actions*,*[bot],sisyphus-dev-ai,web-flow custom-notsigned-prcomment: | Thank you for your contribution! Before we can merge this PR, we need you to sign our [Contributor License Agreement (CLA)](https://github.com/code-yeongyu/oh-my-opencode/blob/master/CLA.md).