From ae88fdf9f200d55ed90f063118012199b25e2b2c Mon Sep 17 00:00:00 2001 From: "@ascalad" Date: Sun, 28 Jun 2026 07:43:24 +0200 Subject: [PATCH] Enhance comments in review-comment.yml/ascalad Updated comments to clarify the purpose and impact of the workflow. --- .github/workflows/review-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review-comment.yml b/.github/workflows/review-comment.yml index 6182eb3816af..08e930885a8c 100644 --- a/.github/workflows/review-comment.yml +++ b/.github/workflows/review-comment.yml @@ -1,5 +1,5 @@ name: Review comment - +tab # **What it does**: When a PR is opened in docs-internal or docs containing code, it comments with instructions on how to deploy and review the changes. it adds the staging review and live article links in a Content Directory Changes table in a comment. # **Why we have it**: To help Docs contributors understand how to review their changes. # **Who does it impact**: docs-internal and docs maintainers and contributors