Skip to content

Commit

Permalink
Notify new issue to developers (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma233 committed Feb 3, 2024
1 parent a214695 commit 4438a7a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Notify New Issue to Developers

on:
issues:
types:
- opened

jobs:
label_issue:
runs-on: ubuntu-latest
steps:
- name: send telegram message on new issue
uses: appleboy/telegram-action@v0.1.1
with:
to: ${{ secrets.RINGS_NETWORK_TELEGRAM_GROUP_ID }}
token: ${{ secrets.RINGS_NETWORK_MONITOR_BOT_TOKEN }}
message: |
${{ github.actor }} opened new issue: ${{ github.event.issue.html_url }}

0 comments on commit 4438a7a

Please sign in to comment.