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 1664346 + 45117e4 commit 81f3dc8Copy full SHA for 81f3dc8
.github/workflows/summarize-changes-on-staging-and-prod-prs.yml
@@ -25,10 +25,11 @@ jobs:
25
echo "EOF" >> $GITHUB_OUTPUT
26
27
- name: Update PR description with summary
28
- uses: kt3k/update-pr-description@46409be4b4fb57502e7a0c40a317d79b21a548dd # v2
+ uses: nefrob/pr-description@4dcc9f3ad5ec06b2a197c5f8f93db5e69d2fdca7 # v1.2.0
29
with:
30
- github_token: ${{ secrets.GITHUB_TOKEN }}
31
- pr_body: |
+ token: ${{ secrets.GITHUB_TOKEN }}
+ regex: ".*"
32
+ content: |
33
### <span aria-hidden="true">🏗️</span> Changes in this deployment
34
35
Includes the following non-renovate PRs:
0 commit comments