From 492c7e2fe15320f70a8e7a6ea7195b404c19a0a5 Mon Sep 17 00:00:00 2001 From: Palash Bagchi Date: Wed, 8 Jul 2026 10:25:24 +0530 Subject: [PATCH] chore(cla): allowlist maintainer nqzai MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Exempt the repo owner from the CLA gate — activating the CLA otherwise blocks the maintainer's own PRs. External contributors still sign. Co-Authored-By: Claude Opus 4.8 --- .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 b2d1ada..7a77830 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -29,7 +29,7 @@ jobs: path-to-signatures: 'signatures/version1/cla.json' path-to-document: 'https://github.com/nqzai/kakunin-sdk-python/blob/main/CLA.md' branch: 'main' - allowlist: 'dependabot[bot],*[bot],renovate[bot]' + allowlist: 'nqzai,dependabot[bot],*[bot],renovate[bot]' custom-notsigned-prcomment: > Thank you for your contribution! Before we can merge, please read and sign the [Kakunin Contributor License Agreement](https://github.com/nqzai/kakunin-sdk-python/blob/main/CLA.md)