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.
1 parent 3314162 commit 3c88af5Copy full SHA for 3c88af5
.github/workflows/discord_notify.yml
@@ -1,7 +1,7 @@
1
name: Discord Notify
2
3
on:
4
- pull_request:
+ pull_request_target:
5
types: [ labeled ]
6
7
jobs:
@@ -19,4 +19,5 @@ jobs:
19
embed-title: '#${{ github.event.number }}: ${{ github.event.pull_request.title }}'
20
embed-description: ${{ github.event.pull_request.body }}
21
embed-url: ${{ github.event.pull_request.html_url }}
22
+ embed-footer-text: '+${github.event.pull_request.additions} -${github.event.pull_request.deletions}'
23
0 commit comments