Skip to content

Commit 9a2e788

Browse files
Merge pull request #7958 from ecamp/carlobeltrame-deployment-pr-description
Write summary to PR description instead of comment
2 parents a031a27 + 362acf2 commit 9a2e788

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/summarize-changes-on-staging-and-prod-prs.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
echo "$SUMMARY" >> $GITHUB_OUTPUT
2525
echo "EOF" >> $GITHUB_OUTPUT
2626
27-
- name: Comment summary on PR
28-
uses: thollander/actions-comment-pull-request@v3
27+
- name: Update PR description with summary
28+
uses: kt3k/update-pr-description@8077af9ce93a5ea30878f27eb2d6f4ae02a211ba # v2
2929
with:
30-
pr-number: ${{ github.event.pull_request.number }}
31-
message: |
30+
github_token: ${{ secrets.GITHUB_TOKEN }}
31+
pr_body: |
3232
### <span aria-hidden="true">🏗️</span> Changes in this deployment
3333
3434
Includes the following non-renovate PRs:
@@ -43,5 +43,3 @@ jobs:
4343
```
4444
4545
</details>
46-
47-
comment-tag: deployment-pr-summary

0 commit comments

Comments
 (0)