Skip to content

Commit 48a7384

Browse files
authored
[GH] Review comment wording (#20064)
1 parent 3dea049 commit 48a7384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
env:
3030
GH_TOKEN: ${{ secrets.HOLOPIN_LABELER }}
3131
- name: External comment
32-
run: gh pr comment "$NUMBER" --body "Howdy and thanks for contributing to our repo.\n\nWe generally get around to reviewing new, external PRs within **2 weeks**.\n\nIf it's been longer than then without any movement, try tagging the **Assignees** in a comment."
32+
run: gh pr comment "$NUMBER" --body "Howdy and thanks for contributing to our repo. We review new, external PRs within **2 weeks**. If it's been longer than then without any movement, tag the PR **Assignees** in a comment."
3333
if: steps.check_if_contributor_is_external.outputs.is_external == 'true'
3434
env:
3535
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
GH_REPO: ${{ github.repository }}
3737
NUMBER: ${{ github.event.pull_request.number }}
3838
- name: Internal comment
39-
run: gh pr comment "$NUMBER" --body "Howdy and thanks for contributing to our repo.\n\nWe generally get around to reviewing internal PRs with **1 week**. If it's something urgent or has been sitting without any movement for more than that, start a thread in the `Developer Docs` space internally."
39+
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."
4040
if: steps.check_if_contributor_is_external.outputs.is_external == 'false'
4141
env:
4242
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)