From ba1e2a4522844fe41cadf0c018c519bff06fb0c4 Mon Sep 17 00:00:00 2001 From: Samuel K Date: Tue, 30 Jun 2026 09:52:36 -0500 Subject: [PATCH] ci: exempt owner from CLA signature requirement --- .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 a001b31..b1fb9de 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -40,7 +40,7 @@ jobs: branch: "main" remote-organization-name: "devsy-org" remote-repository-name: "cla-signatures" - allowlist: "renovate[bot],dependabot[bot],*[bot]" + allowlist: "skevetter,renovate[bot],dependabot[bot],*[bot]" custom-pr-sign-comment: "I have read the CLA Document and I hereby sign the CLA" custom-allsigned-prcomment: > All contributors have signed the CLA.