From 86052520a5f7ba4631ac0b1e6a0185f81d2d3c56 Mon Sep 17 00:00:00 2001 From: Aditya Sharad <6874315+adityasharad@users.noreply.github.com> Date: Mon, 8 Mar 2021 09:18:59 -0800 Subject: [PATCH] Actions: Fix comment that tags the Docs team --- .github/workflows/docs-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-review.yml b/.github/workflows/docs-review.yml index 1855924b63e..8f93e75ebdb 100644 --- a/.github/workflows/docs-review.yml +++ b/.github/workflows/docs-review.yml @@ -26,4 +26,4 @@ jobs: PR_NUMBER: ${{ github.event.pull_request.number }} run: | gh pr comment "$PR_NUMBER" --repo "github/codeql-go" \ - --body "Hello @github/docs-content-codeql: this PR is ready for docs review." + --body "Hello @github/docs-content-codeql - this PR is ready for docs review."