File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -3,23 +3,20 @@ name: Event Notifier
33on :
44 issues :
55 types : [opened, labeled, reopened]
6- pull_request_target :
7- types : [opened, reopened] # zizmor: ignore[dangerous-triggers]
86
97concurrency :
108 group : ${{ github.workflow }}-${{ github.event.issue.number || github.event.pull_request.number }}
119 cancel-in-progress : true
1210
1311permissions :
1412 issues : read
15- pull-requests : read
1613
1714jobs :
1815 notify :
1916 name : " Telegram notification"
2017 runs-on : ubuntu-latest
2118 steps :
22- - name : Send Telegram notification for new issue or pull request
19+ - name : Send Telegram notification for new issue
2320 uses : sehat1137/telegram-notifier@5d130037eb80a33251f3afe8bc56447236acab77 # v 1.3.0
2421 with :
2522 tg-bot-token : ${{ secrets.TELEGRAM_BOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments