Sfoglia il codice sorgente

Update PR notification card

Matthew Mathias 3 anni fa
parent
commit
e539d130be
1 ha cambiato i file con 1 aggiunte e 7 eliminazioni
  1. 1 7
      .github/workflows/pr_notification.yml

+ 1 - 7
.github/workflows/pr_notification.yml

@@ -10,7 +10,7 @@ jobs:
     steps:
     - name: Pull Request Details
       run: |
-        echo "Pull Request: ${{ github.event.pull_request.title }}"
+        echo "Pull Request: ${{ github.event.pull_request.number }}"
         echo "Author: ${{ github.event.pull_request.user.login }}"
 
     - name: Google Chat Notification
@@ -33,12 +33,6 @@ jobs:
                         "content": "${{ github.event.pull_request.head.repo.full_name }}"
                       }
                     },
-                    {
-                      "keyValue": {
-                        "topLabel": "Title",
-                        "content": "${{ github.event.pull_request.title }}"
-                      }
-                    },
                     {
                       "keyValue": {
                         "topLabel": "Creator",