1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-17 07:14:50 +00:00

Update cla-check.yml to be caseinsensitive

This commit is contained in:
Saq Imtiaz 2024-09-24 19:26:30 +02:00 committed by GitHub
parent ae8a6e7fb8
commit 006157ee97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ jobs:
if: ${{ (github.event.pull_request.user.login != github.repository_owner) }} if: ${{ (github.event.pull_request.user.login != github.repository_owner) }}
steps: steps:
- run: | - run: |
if ! curl -s https://raw.githubusercontent.com/Jermolene/TiddlyWiki5/tiddlywiki-com/licenses/cla-individual.md | grep -o "@$USER,"; then if ! curl -s https://raw.githubusercontent.com/Jermolene/TiddlyWiki5/tiddlywiki-com/licenses/cla-individual.md | grep -io "@$USER,"; then
echo "CLA not signed" echo "CLA not signed"
gh pr comment "$NUMBER" -b "@$USER It appears that this is your first contribution to the project, welcome. gh pr comment "$NUMBER" -b "@$USER It appears that this is your first contribution to the project, welcome.