Skip to content

Commit f80f82d

Browse files
authored
Update review comment to how to deploy staging link (#54844)
1 parent 5e58d68 commit f80f82d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/review-comment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
8383
* [Spin up a codespace][codespace]
8484
* [Set up a local development environment][local]
85-
${{ github.repository == 'github/docs-internal' && '* Message `#docs-engineering` on Slack for a staging server.' || '' }}
85+
${{ github.repository == 'github/docs-internal' && '* [Deploy a staging server][staging]' || '' }}
8686
8787
${{ fromJSON('["A Hubber will need to deploy your changes internally to review.",""]')[github.repository == 'github/docs-internal'] }}
8888
@@ -103,3 +103,4 @@ jobs:
103103
[workflow]: ${{ github.server_url }}/${{ github.repository }}/blob/${{ github.workflow_sha }}/.github/workflows/review-comment.yml
104104
[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' }}
105105
[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
106+
[staging]: https://github.com/github/docs-team/blob/main/contributing-to-docs/deploying-pr-to-staging-servers.md

0 commit comments

Comments
 (0)