1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-04 03:48:01 +00:00

Updates phrasing of confirmation message in CLA check (#8386)

This commit is contained in:
Saq Imtiaz
2024-07-16 13:52:07 +02:00
committed by GitHub
parent da72ee9da1
commit e4041866e8

View File

@@ -21,7 +21,7 @@ jobs:
With apologies for the bureaucracy, please could you prepare a separate PR to the 'tiddlywiki-com' branch with your signature for the Contributor License Agreement (see [contributing.md](https://github.com/Jermolene/TiddlyWiki5/blob/master/contributing.md))."
else
echo "CLA already signed"
gh pr comment "$NUMBER" -b "**$USER** has signed the Contributor License Agreement (see [contributing.md](https://github.com/Jermolene/TiddlyWiki5/blob/master/contributing.md))"
gh pr comment "$NUMBER" -b "Confirmed: **$USER** has already signed the Contributor License Agreement (see [contributing.md](https://github.com/Jermolene/TiddlyWiki5/blob/master/contributing.md))"
fi
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}