mirror of https://github.com/nocodb/nocodb
Pranav C
3 years ago
1 changed files with 18 additions and 0 deletions
@ -0,0 +1,18 @@
|
||||
name: Issue closed notification |
||||
|
||||
on: |
||||
issues: |
||||
types: [closed] |
||||
|
||||
|
||||
jobs: |
||||
notify: |
||||
name: 'Discord' |
||||
runs-on: ubuntu-latest |
||||
steps: |
||||
- name: Discord notify |
||||
uses: rjstone/discord-webhook-notify@v1 |
||||
with: |
||||
severity: info |
||||
details: 'Closed : ${{ github.event.issue.title }}(#${{ github.event.issue.number }}) : ${{ github.event.issue.url }}' |
||||
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }} |
Loading…
Reference in new issue