We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a031a27 + 362acf2 commit 9a2e788Copy full SHA for 9a2e788
.github/workflows/summarize-changes-on-staging-and-prod-prs.yml
@@ -24,11 +24,11 @@ jobs:
24
echo "$SUMMARY" >> $GITHUB_OUTPUT
25
echo "EOF" >> $GITHUB_OUTPUT
26
27
- - name: Comment summary on PR
28
- uses: thollander/actions-comment-pull-request@v3
+ - name: Update PR description with summary
+ uses: kt3k/update-pr-description@8077af9ce93a5ea30878f27eb2d6f4ae02a211ba # v2
29
with:
30
- pr-number: ${{ github.event.pull_request.number }}
31
- message: |
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ pr_body: |
32
### <span aria-hidden="true">🏗️</span> Changes in this deployment
33
34
Includes the following non-renovate PRs:
@@ -43,5 +43,3 @@ jobs:
43
```
44
45
</details>
46
-
47
- comment-tag: deployment-pr-summary
0 commit comments