Skip to content

Commit

Permalink
#3749: shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 28, 2024
1 parent 683ba55 commit 909cbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/telegram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down

0 comments on commit 909cbbe

Please sign in to comment.