Skip to content

Mass implementation

Mass implementation #2

Workflow file for this run

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! 🚀