We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 960dd30 commit 4cc9a03Copy full SHA for 4cc9a03
.github/workflows/new-event-notify.yml renamed to .github/workflows/relator.yml
@@ -2,7 +2,7 @@ name: Event Notifier
2
3
on:
4
issues:
5
- types: [opened, labeled, reopened]
+ types: [labeled]
6
7
concurrency:
8
group: ${{ github.workflow }}-${{ github.event.issue.number }}
@@ -18,7 +18,7 @@ jobs:
18
timeout-minutes: 2
19
steps:
20
- name: Send Telegram notification for new issue
21
- uses: sehat1137/telegram-notifier@983edccef69ef9a25b97552daaeaf0f183b470f4 # v1.5.0
+ uses: reagento/relator@983edccef69ef9a25b97552daaeaf0f183b470f4 # v1.5.0
22
if: contains(github.event.issue.labels.*.name, 'help wanted')
23
with:
24
tg-bot-token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
0 commit comments