-
-
Notifications
You must be signed in to change notification settings - Fork 21
32 lines (24 loc) · 1.58 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
28
29
30
31
32
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/)
- [StudioCMS Ui Demo (playgrounds/ui)](https://pr${{ github.event.pull_request.number }}.ui-testing.studiocms.dev/)
TEMPORARILY DISABLED: The StudioCMS Demo (playgrounds/node) link is currently disabled due to ongoing development on the next version. We apologize for the inconvenience and appreciate your understanding. 🙏
- [StudioCMS Next-Demo (playgrounds/node)](https://pr${{ github.event.pull_request.number }}.next-demo.studiocms.dev/) (Temporarily available for preview's on the next version)
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! 🚀