From 55d0bf9e43948e4a5d78de9823f89c0de0ba7a26 Mon Sep 17 00:00:00 2001 From: Yanone Date: Fri, 20 Dec 2024 11:56:49 +0100 Subject: [PATCH] Update checklang.yml --- .github/workflows/checklang.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checklang.yml b/.github/workflows/checklang.yml index bff60f9b7d..2d2efc162f 100644 --- a/.github/workflows/checklang.yml +++ b/.github/workflows/checklang.yml @@ -39,4 +39,4 @@ jobs: rm -rf ../upstream/Lib/glyphsets.egg-info rm -rf ../upstream/build rm -f ./.git/index ../upstream/.git/index - diff -r -x BODY . ../upstream || (echo "Diff return value: $?"; echo -e "Recent data changes in **gflanguages** lead to the following glyphset definition changes:\n\n" > BODY; echo -e '```diff' >> BODY; echo -e "`diff -r -x BODY . ../upstream`" >> BODY; echo -e '```' >> BODY; echo "BODY:"; cat BODY; gh issue create --title "Changes in gflanguages data" --body-file BODY --label "dependencies") + diff -r -x BODY . ../upstream || (echo "Diff return value: $?"; echo -e "Recent data changes in **gflanguages** lead to the following glyphset definition changes.\nThis issue serves as an automated reminder that a new **gflanguages** version _may_ want to be released in order for these changes to come down the stream into **gfglyphsets** as well as other QA tools. There is no immediate reason for action otherwise.\n\n" > BODY; echo -e '```diff' >> BODY; echo -e "`diff -r -x BODY . ../upstream`" >> BODY; echo -e '```' >> BODY; echo "BODY:"; cat BODY; gh issue create --title "Changes in gflanguages data" --body-file BODY --label "dependencies")