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.
discord_notify.yml
1 parent df422bf commit eadf04cCopy full SHA for eadf04c
.github/workflows/discord_notify.yml
@@ -2,7 +2,7 @@ name: Discord Notify
2
3
on:
4
pull_request_target:
5
- types: [ labeled ]
+ types: [labeled]
6
7
jobs:
8
notify:
@@ -18,4 +18,4 @@ jobs:
18
embed-author-icon-url: ${{ github.event.pull_request.user.avatar_url }}
19
embed-title: '#${{ github.event.number }} (+${{github.event.pull_request.additions}} -${{github.event.pull_request.deletions}}): ${{ github.event.pull_request.title }}'
20
embed-description: ${{ github.event.pull_request.body }}
21
- embed-url: ${{ github.event.pull_request.html_url }}
+ embed-url: ${{ github.event.pull_request.html_url }}
0 commit comments