1
0
mirror of synced 2026-01-04 00:06:20 -05:00

Update review comment to how to deploy staging link (#54844)

This commit is contained in:
Kevin Heis
2025-03-18 11:27:19 -07:00
committed by GitHub
parent 5e58d68b89
commit f80f82de89

View File

@@ -82,7 +82,7 @@ jobs:
* [Spin up a codespace][codespace]
* [Set up a local development environment][local]
${{ github.repository == 'github/docs-internal' && '* Message `#docs-engineering` on Slack for a staging server.' || '' }}
${{ github.repository == 'github/docs-internal' && '* [Deploy a staging server][staging]' || '' }}
${{ fromJSON('["A Hubber will need to deploy your changes internally to review.",""]')[github.repository == 'github/docs-internal'] }}
@@ -103,3 +103,4 @@ jobs:
[workflow]: ${{ github.server_url }}/${{ github.repository }}/blob/${{ github.workflow_sha }}/.github/workflows/review-comment.yml
[codespace]: ${{ github.repository == 'github/docs-internal' && 'https://github.com/github/docs-team/blob/main/contributing-to-docs/use-a-codespace-to-review.md' || 'https://docs.github.com/en/contributing/setting-up-your-environment-to-work-on-github-docs/working-on-github-docs-in-a-codespace' }}
[local]: https://docs.github.com/en/contributing/setting-up-your-environment-to-work-on-github-docs/creating-a-local-environment#setting-up-your-local-environment
[staging]: https://github.com/github/docs-team/blob/main/contributing-to-docs/deploying-pr-to-staging-servers.md