mirror of
https://github.com/projectsend/projectsend.git
synced 2026-09-23 03:53:21 +00:00
0a7330d5cd
The CLA job only ran for a comment exactly equal to the signing phrase. @JensS signed on #1792 with the phrase followed by line breaks ("...sign the CLA\r\n\r\n\n"), the comparison failed, the job was skipped, and the signature was never recorded, so all three of his pull requests still show the CLA as unsigned. The action itself matches the phrase loosely. The filter in front of it now does too: contains() for the signature, startsWith() for recheck, both case-insensitive. It still keeps the job off ordinary comments, which is what it is there for.