多维表格
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
447 B

name: "On Event : Issue Closed"
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.html_url }}'
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}