Skip to content

Commit 4cc9a03

Browse files
authored
chore: update reagento/relator (#3547)
Co-authored-by: Sehat1137 <[email protected]>
1 parent 960dd30 commit 4cc9a03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/new-event-notify.yml renamed to .github/workflows/relator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Event Notifier
22

33
on:
44
issues:
5-
types: [opened, labeled, reopened]
5+
types: [labeled]
66

77
concurrency:
88
group: ${{ github.workflow }}-${{ github.event.issue.number }}
@@ -18,7 +18,7 @@ jobs:
1818
timeout-minutes: 2
1919
steps:
2020
- name: Send Telegram notification for new issue
21-
uses: sehat1137/telegram-notifier@983edccef69ef9a25b97552daaeaf0f183b470f4 # v1.5.0
21+
uses: reagento/relator@983edccef69ef9a25b97552daaeaf0f183b470f4 # v1.5.0
2222
if: contains(github.event.issue.labels.*.name, 'help wanted')
2323
with:
2424
tg-bot-token: ${{ secrets.TELEGRAM_BOT_TOKEN }}

0 commit comments

Comments
 (0)