1
0
mirror of synced 2025-12-23 21:07:12 -05:00

Flips condition in review-comment.yml (#54638)

This commit is contained in:
Ben Ahmady
2025-03-03 15:28:58 +00:00
committed by GitHub
parent 90dd02cbc7
commit 31f41740db

View File

@@ -81,7 +81,7 @@ jobs:
* [Spin up a codespace][codespace]
* [Set up a local development environment][local]
${{ github.repository == 'github/docs' && '' || '* Message `#docs-engineering` on Slack for a staging server.' }}
${{ github.repository == 'github/docs-internal' && '* Message `#docs-engineering` on Slack for a staging server.' || '' }}
[codespace]: ${{ github.repository == 'github/docs' && 'https://docs.github.com/en/contributing/setting-up-your-environment-to-work-on-github-docs/working-on-github-docs-in-a-codespace' || 'https://github.com/github/docs-team/blob/main/contributing-to-docs/use-a-codespace-to-review.md' }}
[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