👷 [ci]: Ready for Release (beta) #43
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! 🚀 |