Skip to content

Commit 24db9ff

Browse files
committed
update label
1 parent b3029e4 commit 24db9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-expectations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
- name: External comment
2323
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."
2424
if: steps.check_if_contributor_is_external.outputs.is_external == 'true'
25-
- name: External comment
25+
- name: Internal comment
2626
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."
2727
if: steps.check_if_contributor_is_external.outputs.is_external == 'false'

0 commit comments

Comments
 (0)