File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 1- name : Event Notifier
1+ name : Relator
22
33on :
44 issues :
55 types : [labeled]
66
7- concurrency :
8- group : ${{ github.workflow }}-${{ github.event.issue.number }}
9- cancel-in-progress : true
10-
117permissions :
128 issues : read
139
1410jobs :
1511 notify :
1612 name : " Telegram notification"
13+ if : github.event.label.name == 'help wanted'
1714 runs-on : ubuntu-latest
1815 timeout-minutes : 2
1916 steps :
2017 - name : Send Telegram notification for new issue
21- uses : reagento/relator@983edccef69ef9a25b97552daaeaf0f183b470f4 # v1.5.0
22- if : contains(github.event.issue.labels.*.name, 'help wanted')
18+ uses : reagento/relator@0942904cfa8775e115be93f3a1e39b365178d8f0 # v1.5.1
2319 with :
2420 tg-bot-token : ${{ secrets.TELEGRAM_BOT_TOKEN }}
2521 tg-chat-id : " @opensource_findings_python"
2622 github-token : ${{ secrets.GITHUB_TOKEN }}
23+ html-template : " <b>New issue to <a href=/{repository}>{repository}</a> by <a href=/{user}>@{user}</a> </b><br/><b>{title}</b> (<a href='{url}'>#{id}</a>)<br/>{body}#wemake_python_styleguide {labels}<br/>{promo}"
You can’t perform that action at this time.
0 commit comments