From 9d69ae73fc88bd030bf0df47acca3b4e7d3bb2c8 Mon Sep 17 00:00:00 2001 From: SaelixCode Date: Wed, 29 Apr 2026 01:47:30 -0400 Subject: [PATCH] chore(cla): add bots to allowlist --- .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 d880e202..9dda3cf3 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -26,4 +26,4 @@ jobs: path-to-signatures: 'signatures/version1/cla.json' path-to-document: 'https://github.com/AnsoCode/Sencho/blob/main/CLA.md' branch: 'main' - allowlist: 'dependabot[bot],greenkeeper[bot]' + allowlist: 'dependabot[bot],greenkeeper[bot],github-actions[bot],release-please[bot]'