Переглянути джерело

Merge pull request #731 from RooVetGit/mrubens-patch-1

Discord message cleanup
Matt Rubens 1 рік тому
батько
коміт
f493619c0b
1 змінених файлів з 1 додано та 2 видалено
  1. 1 2
      .github/workflows/discord-pr-notify.yml

+ 1 - 2
.github/workflows/discord-pr-notify.yml

@@ -14,8 +14,7 @@ jobs:
         uses: Ilshidur/action-discord@master
         uses: Ilshidur/action-discord@master
         with:
         with:
           args: |
           args: |
-            🚀 **New Pull Request Opened!**
-            📝 **Title:** ${{ github.event.pull_request.title }}
+            🚀 **New PR:** ${{ github.event.pull_request.title }}
             🔗 <${{ github.event.pull_request.html_url }}>
             🔗 <${{ github.event.pull_request.html_url }}>
             👤 **Author:** ${{ github.event.pull_request.user.login }}
             👤 **Author:** ${{ github.event.pull_request.user.login }}
         env:
         env: