Selaa lähdekoodia

Update PR notification card

Matthew Mathias 3 vuotta sitten
vanhempi
sitoutus
e539d130be
1 muutettua tiedostoa jossa 1 lisäystä ja 7 poistoa
  1. 1 7
      .github/workflows/pr_notification.yml

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

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