Skip to content

Commit 81f3dc8

Browse files
Merge pull request #8073 from ecamp/auto-pr-description
Use a better action for updating PR description
2 parents 1664346 + 45117e4 commit 81f3dc8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ jobs:
2525
echo "EOF" >> $GITHUB_OUTPUT
2626
2727
- name: Update PR description with summary
28-
uses: kt3k/update-pr-description@46409be4b4fb57502e7a0c40a317d79b21a548dd # v2
28+
uses: nefrob/pr-description@4dcc9f3ad5ec06b2a197c5f8f93db5e69d2fdca7 # v1.2.0
2929
with:
30-
github_token: ${{ secrets.GITHUB_TOKEN }}
31-
pr_body: |
30+
token: ${{ secrets.GITHUB_TOKEN }}
31+
regex: ".*"
32+
content: |
3233
### <span aria-hidden="true">🏗️</span> Changes in this deployment
3334
3435
Includes the following non-renovate PRs:

0 commit comments

Comments
 (0)