Skip to content

Commit

Permalink
more details in telegram
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 24, 2024
1 parent 56abdb7 commit 8e08f74
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/telegram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,15 @@ jobs:
printf 'in the [eo-runtime](https://github.com/objectionary/eo/tree/master/eo-runtime) module; '
printf 'There are [%d issues](https://github.com/objectionary/eo/issues?q=is%%3Aopen+is%%3Aissue+label%%3A%%22help+wanted%%22) ' \
"$(curl --silent 'https://api.github.com/repos/objectionary/eo/issues?state=open&per_page=100&labels=help%20wanted' | jq length)"
printf 'in the backlog, where your help is needed!'
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 lints eoc eo2js; do
printf '* `objectionary/%s` '
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' \
"${r}"
done
) > message.md
- uses: appleboy/telegram-action@master
with:
Expand Down

0 comments on commit 8e08f74

Please sign in to comment.