From 852515caff6c462708fc05b679d6747632105a8b Mon Sep 17 00:00:00 2001 From: Daniel Walsh Date: Thu, 20 Feb 2025 23:50:49 +0000 Subject: [PATCH] fix typo - with 1 week -> within 1 week --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c3ccfb48be2f92..4b26bedd18f37c 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -36,7 +36,7 @@ jobs: GH_REPO: ${{ github.repository }} NUMBER: ${{ github.event.pull_request.number }} - name: Internal comment - run: gh pr comment "$NUMBER" --body "Howdy and thanks for contributing to our repo. We review internal PRs with **1 week**. If it's something urgent or has been sitting without a comment, start a thread in the *Developer Docs* space internally." + run: gh pr comment "$NUMBER" --body "Howdy and thanks for contributing to our repo. We review internal PRs within **1 week**. If it's something urgent or has been sitting without a comment, start a thread in the *Developer Docs* space internally." if: steps.check_if_contributor_is_external.outputs.is_external == 'false' env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}