From c16194fb9e5bef7cf06dda7c296bcc51814f0fc2 Mon Sep 17 00:00:00 2001 From: Sisyphus Date: Thu, 25 Dec 2025 07:04:53 +0900 Subject: [PATCH] fix: update CLA workflow branch from 'main' to 'dev' (#206) --- .github/workflows/cla.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index e8da9eb..e109bad 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -24,8 +24,8 @@ jobs: with: path-to-signatures: 'signatures/cla.json' path-to-document: 'https://github.com/code-yeongyu/oh-my-opencode/blob/master/CLA.md' - branch: 'main' - allowlist: bot*,dependabot*,github-actions*,*[bot] + branch: 'dev' + allowlist: 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).