From 82055f52ae39492ae94865052a311c73bcb12355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bir=C3=B3=2C=20Csaba=20Attila?= Date: Sat, 14 Feb 2026 15:43:24 +0100 Subject: [PATCH] fix(ci): add repo owner to CLA allowlist Org members should not need to sign the CLA on every PR. Add q-soriarty to the allowlist and ensure cla-signatures branch is used for signature storage. Co-Authored-By: Claude Opus 4.6 --- .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 7e2a8d9..0511781 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -27,7 +27,7 @@ jobs: path-to-signatures: "signatures/cla.json" path-to-document: "https://gist.github.com/q-soriarty/615e916cd19a34f5f1efa1110592b32a" branch: "cla-signatures" - allowlist: "dependabot[bot],github-actions[bot]" + allowlist: "q-soriarty,dependabot[bot],github-actions[bot]" custom-notsigned-prcomment: | Thank you for your contribution! Before we can merge this PR, you need to sign our [Contributor License Agreement](https://gist.github.com/q-soriarty/615e916cd19a34f5f1efa1110592b32a).