From b0c22289621ecf8c41b57c64498bca9618332feb Mon Sep 17 00:00:00 2001 From: Jon Currey Date: Tue, 31 Mar 2026 16:54:50 -0400 Subject: [PATCH] cla: allow github-actions[bot] to bypass CLA check Automated PRs created by GitHub Actions workflows (e.g. update-generated-docs) are authored by github-actions[bot], which is not a real contributor and cannot sign a CLA. 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 69fd0bb621e51..e0203c6c41297 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -52,7 +52,7 @@ jobs: branch: main path-to-signatures: signatures.v1.json path-to-document: https://github.com/MaterializeInc/cla/blob/main/cla.md - allowlist: materialize-bot,materialize-bot-monitoring,dependabot[bot],claude + allowlist: materialize-bot,materialize-bot-monitoring,dependabot[bot],claude,github-actions[bot] custom-notsigned-prcomment: Thank you for your submission! We really appreciate it. Like many source-available projects, we require that you sign our [Contributor License Agreement](https://github.com/MaterializeInc/cla/blob/main/cla.md) (CLA) before we can accept your contribution.

You can sign the CLA by posting a comment with the message below. custom-pr-sign-comment: I have read the Contributor License Agreement (CLA) and I hereby sign the CLA. custom-allsigned-prcomment: All contributors have signed the CLA.