Skip to content

Commit 3c88af5

Browse files
committed
test notify
1 parent 3314162 commit 3c88af5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/discord_notify.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Discord Notify
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
types: [ labeled ]
66

77
jobs:
@@ -19,4 +19,5 @@ jobs:
1919
embed-title: '#${{ github.event.number }}: ${{ github.event.pull_request.title }}'
2020
embed-description: ${{ github.event.pull_request.body }}
2121
embed-url: ${{ github.event.pull_request.html_url }}
22+
embed-footer-text: '+${github.event.pull_request.additions} -${github.event.pull_request.deletions}'
2223

0 commit comments

Comments
 (0)