From f80f82de8949c8a9f75c0c7ed1c058afdad3ffa6 Mon Sep 17 00:00:00 2001 From: Kevin Heis Date: Tue, 18 Mar 2025 11:27:19 -0700 Subject: [PATCH] Update review comment to how to deploy staging link (#54844) --- .github/workflows/review-comment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/review-comment.yml b/.github/workflows/review-comment.yml index a9637b55e2..d91b54cb49 100644 --- a/.github/workflows/review-comment.yml +++ b/.github/workflows/review-comment.yml @@ -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