From 229c0c79b49db99ac9afc38a8938e6e30d71e86b Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Tue, 29 Jul 2025 18:12:57 -0400 Subject: [PATCH] docs(cla): update cla comment format (#345) --- .github/workflows/cla.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index c6d2674a806d4fab0f035a591bb4ffef8cea5e9e..397b03e14deaa2414dbbbe75c88b124e3d049ff8 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -31,5 +31,6 @@ jobs: branch: "main" allowlist: dependabot[bot] custom-pr-sign-comment: "I have read the Contributor License Agreement (CLA) and hereby sign the CLA." + custom-notsigned-precomment: "Thank you for your submission. We really appreciate it! Like many open-source projects, we ask that you sign our [Contributor License Agreement](https://github.com/charmbracelet/crush/blob/main/CLA.md) before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format." lock-pullrequest-aftermerge: false signed-commit-message: "chore(legal): @$contributorName has signed the CLA in $pullRequestNo"