From f5db029bee5ed2f610167981ef0e28560783e763 Mon Sep 17 00:00:00 2001 From: anaxceron Date: Tue, 31 Oct 2023 14:45:09 -0400 Subject: [PATCH] updating desc comment Signed-off-by: anaxceron --- .github/workflows/pull-request-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-checker.yml b/.github/workflows/pull-request-checker.yml index 6d3ee57119..2b4ff721b1 100644 --- a/.github/workflows/pull-request-checker.yml +++ b/.github/workflows/pull-request-checker.yml @@ -60,7 +60,7 @@ jobs: template-path: "./.github/pull_request_template.md" comment: true comment-empty-description: ":warning: Looks like something is wrong with the PR description. Remember to include a description and the file(s) included in this PR." - comment-template-not-filled: ":warning: Looks like you may have deleted the instructions in the PR description. This makes it hard for the bot to tell if you've written a valid description. Please leave in the instructions and add your information after the colons." + comment-template-not-filled: ":warning: Looks like we're missing description information. Please answer both description prompts." - name: Check PR id: file_type_checker uses: JJ/github-pr-contains-action@releases/v10