Skip to content

Commit 4cbb634

Browse files
authored
Only send help wanted issues
1 parent 87498b9 commit 4cbb634

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/new-event-notify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
steps:
1919
- name: Send Telegram notification for new issue
2020
uses: sehat1137/telegram-notifier@27e8505551e7806d06c7e97e41e86ac7d548b04b # v1.4.0
21+
if: contains(github.event.issue.labels.*.name, 'help wanted')
2122
with:
2223
tg-bot-token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
2324
tg-chat-id: ${{ secrets.TELEGRAM_CHAT_ID }}

0 commit comments

Comments
 (0)