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.
help wanted
1 parent 87498b9 commit 4cbb634Copy full SHA for 4cbb634
.github/workflows/new-event-notify.yml
@@ -18,6 +18,7 @@ jobs:
18
steps:
19
- name: Send Telegram notification for new issue
20
uses: sehat1137/telegram-notifier@27e8505551e7806d06c7e97e41e86ac7d548b04b # v1.4.0
21
+ if: contains(github.event.issue.labels.*.name, 'help wanted')
22
with:
23
tg-bot-token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
24
tg-chat-id: ${{ secrets.TELEGRAM_CHAT_ID }}
0 commit comments