Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 1321e2f

Browse files
authored
Merge pull request #6600 from matrix-org/dbkr/edit_pr_desc
Edit PR Description instead of commenting
2 parents db67a91 + 002c732 commit 1321e2f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/netflify.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,13 @@ jobs:
6868
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
6969
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
7070
timeout-minutes: 1
71-
- name: Comment on PR
72-
uses: phulsechinmay/rewritable-pr-[email protected]
73-
with:
71+
- name: Edit PR Description
72+
uses: velas/pr-[email protected]
73+
env:
7474
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
75-
ISSUE_ID: ${{ steps.readctx.outputs.prnumber }}
76-
message: |
75+
with:
76+
pull-request-number: ${{ steps.readctx.outputs.prnumber }}
77+
description-message: |
7778
Preview: ${{ steps.netlify.outputs.deploy-url }}
7879
⚠️ Do you trust the author of this PR? Maybe this build will steal your keys or give you malware. Exercise caution. Use test accounts.
7980

0 commit comments

Comments
 (0)