From 995b7751af3e5031179c3a31f6495d100b4bcc23 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Wed, 28 Jan 2026 15:46:42 +0900 Subject: [PATCH] ci(cla): add repository owner to CLA allowlist (#1195) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The repository owner (code-yeongyu) was not in the CLA allowlist, causing CLA signature requirement on their own PRs. Added code-yeongyu to the allowlist to skip CLA for owner commits. Co-authored-by: 김연규 --- .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 e109bad21..f2f464511 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: bot*,dependabot*,github-actions*,*[bot],sisyphus-dev-ai + allowlist: code-yeongyu,bot*,dependabot*,github-actions*,*[bot],sisyphus-dev-ai 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).