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.
2 parents cdbc7c5 + 1c5d6f3 commit f493619Copy full SHA for f493619
.github/workflows/discord-pr-notify.yml
@@ -14,8 +14,7 @@ jobs:
14
uses: Ilshidur/action-discord@master
15
with:
16
args: |
17
- 🚀 **New Pull Request Opened!**
18
- 📝 **Title:** ${{ github.event.pull_request.title }}
+ 🚀 **New PR:** ${{ github.event.pull_request.title }}
19
🔗 <${{ github.event.pull_request.html_url }}>
20
👤 **Author:** ${{ github.event.pull_request.user.login }}
21
env:
0 commit comments