From 45117e4a1d97d419960a8bf7571cc38862dc93ec Mon Sep 17 00:00:00 2001 From: Carlo Beltrame Date: Tue, 2 Sep 2025 21:43:16 +0200 Subject: [PATCH] Use a better action for updating PR description This one officially supports the pull_request trigger --- .../summarize-changes-on-staging-and-prod-prs.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/summarize-changes-on-staging-and-prod-prs.yml b/.github/workflows/summarize-changes-on-staging-and-prod-prs.yml index 3caf0404d2..51f302dd7a 100644 --- a/.github/workflows/summarize-changes-on-staging-and-prod-prs.yml +++ b/.github/workflows/summarize-changes-on-staging-and-prod-prs.yml @@ -25,10 +25,11 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Update PR description with summary - uses: kt3k/update-pr-description@46409be4b4fb57502e7a0c40a317d79b21a548dd # v2 + uses: nefrob/pr-description@4dcc9f3ad5ec06b2a197c5f8f93db5e69d2fdca7 # v1.2.0 with: - github_token: ${{ secrets.GITHUB_TOKEN }} - pr_body: | + token: ${{ secrets.GITHUB_TOKEN }} + regex: ".*" + content: | ### Changes in this deployment Includes the following non-renovate PRs: