Просмотр исходного кода

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

Discord message cleanup
Matt Rubens 11 месяцев назад
Родитель
Сommit
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
         with:
           args: |
-            🚀 **New Pull Request Opened!**
-            📝 **Title:** ${{ github.event.pull_request.title }}
+            🚀 **New PR:** ${{ github.event.pull_request.title }}
             🔗 <${{ github.event.pull_request.html_url }}>
             👤 **Author:** ${{ github.event.pull_request.user.login }}
         env: