Skip to content

Commit

Permalink
Update notification.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
H2xDev authored Feb 27, 2024
1 parent 696452c commit feac0af
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
to: ${{ secrets.TELEGRAM_CHAT }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: |
${{ github.actor }} created an issue: https://github.com/H2xDev/GodotVMF/issues/${{ github.event.issue.number }}
${{ github.actor }} created an issue: **${{ github.event.issue.title }}**
See: https://github.com/H2xDev/GodotVMF/issues/${{ github.event.issue.number }}
issue_commented:
if: github.event_name == 'issue_comment'
name: Commented issue
Expand All @@ -29,4 +30,8 @@ jobs:
to: ${{ secrets.TELEGRAM_CHAT }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: |
${{ github.actor }} left a comment: 'https://github.com/H2xDev/GodotVMF/issues/${{ github.event.issue.number }}'
${{ github.actor }} left a comment:
```${{ github.event.comment.body }}```
https://github.com/H2xDev/GodotVMF/issues/${{ github.event.issue.number }}#issuecomment-${{ github.event.comment.id }}

0 comments on commit feac0af

Please sign in to comment.