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.
1 parent db9c498 commit 8dd1894Copy full SHA for 8dd1894
.github/workflows/preview-publish.yml
@@ -67,12 +67,15 @@ jobs:
67
run: npm publish --tag pr-${{ github.event.pull_request.number }} --access public
68
69
- name: Comment on PR
70
- uses: marocchino/sticky-pull-request-comment@v2
+ uses: peter-evans/create-or-update-comment@v3
71
with:
72
- message: |
+ issue-number: ${{ github.event.pull_request.number }}
73
+ body: |
74
📦 Preview package for this PR is published!
75
76
Install it with:
77
```bash
78
npm install svelteplot@pr-${{ github.event.pull_request.number }}
79
```
80
+ reactions: '+1, rocket'
81
+ edit-mode: replace
0 commit comments