From 909cbbee7996f2933c22baff81ab54bb7dad9c90 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Sat, 28 Dec 2024 07:12:29 +0300 Subject: [PATCH] #3749: shorter --- .github/workflows/telegram.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/telegram.yml b/.github/workflows/telegram.yml index 258d182443..a531777ad2 100644 --- a/.github/workflows/telegram.yml +++ b/.github/workflows/telegram.yml @@ -68,7 +68,7 @@ jobs: printf 'in the backlog, where your help is needed!\n\n' printf 'You may also be interested in helping us in these repositories:\n\n' for r in jeo-maven-plugin lints eoc eo2js; do - printf ' - [objectionary/%s](https://github.com/objectionary/%s) ' "${r}" "${r}" + printf ' - [%s](https://github.com/objectionary/%s) ' "${r}" "${r}" printf '([%d issues]' \ "$(curl --silent "https://api.github.com/repos/objectionary/${r}/issues?state=open&per_page=100&labels=help%20wanted" | jq length)" printf '(https://github.com/objectionary/%s/issues?q=is%%3Aopen+is%%3Aissue+label%%3A%%22help+wanted%%22))\n' \