ci(cla): temporarily remove pr number from commit message

Andrey Nering created

We'll add back once the following PR gets merged:

https://github.com/contributor-assistant/github-action/pull/174

Change summary

.github/workflows/cla.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

.github/workflows/cla.yml 🔗

@@ -33,4 +33,4 @@ jobs:
           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"
+          signed-commit-message: "chore(legal): @$contributorName has signed the CLA"