-
-
Notifications
You must be signed in to change notification settings - Fork 21
27 lines (21 loc) · 1.05 KB
/
ci-pr-comment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: Comment on Pull Request
on:
pull_request:
types: [opened, reopened]
jobs:
post-deployment-links:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Comment PR
uses: thollander/actions-comment-pull-request@v3
with:
github-token: ${{ secrets.STUDIOCMS_SERVICE_TOKEN }}
message: |
Thanks for opening this pull request! 🎉
The following links will become available for preview shortly (if applicable):
- [StudioCMS Documentation](https://pr${{ github.event.pull_request.number }}.docs.studiocms.dev/)
- [StudioCMS Demo (playgrounds/node)](https://pr${{ github.event.pull_request.number }}.demo.studiocms.dev/)
Note: Changes may take a few minutes to propagate. Please be patient! You can also see the status of each deployment via the withstudiocms-deployments bot 🤖 comments.
Please review the changes and provide any feedback. Thanks! 🚀