Skip to content

Commit f493619

Browse files
authored
Merge pull request #731 from RooVetGit/mrubens-patch-1
Discord message cleanup
2 parents cdbc7c5 + 1c5d6f3 commit f493619

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/discord-pr-notify.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
uses: Ilshidur/action-discord@master
1515
with:
1616
args: |
17-
🚀 **New Pull Request Opened!**
18-
📝 **Title:** ${{ github.event.pull_request.title }}
17+
🚀 **New PR:** ${{ github.event.pull_request.title }}
1918
🔗 <${{ github.event.pull_request.html_url }}>
2019
👤 **Author:** ${{ github.event.pull_request.user.login }}
2120
env:

0 commit comments

Comments
 (0)