1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-30 09:28:01 +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

View File

@@ -14,7 +14,7 @@ jobs:
if: ${{ (github.event.pull_request.user.login != github.repository_owner) }}
steps:
- 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"
gh pr comment "$NUMBER" -b "@$USER It appears that this is your first contribution to the project, welcome.