From 46dc2a1d037ad84b9457179b355d9a569e68f327 Mon Sep 17 00:00:00 2001 From: anaxceron Date: Fri, 10 Nov 2023 15:54:29 -0500 Subject: [PATCH] updating comments Signed-off-by: anaxceron --- .github/workflows/pull-request-checker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-request-checker.yml b/.github/workflows/pull-request-checker.yml index db5aa29629..d6b842074d 100644 --- a/.github/workflows/pull-request-checker.yml +++ b/.github/workflows/pull-request-checker.yml @@ -57,7 +57,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. -
If you have addressed this issue already, refresh your browser to remove this comment." +

If you have addressed this issue already, refresh your browser to remove this comment." comment-template-not-filled: ":warning: Looks like we're missing description information.
If you have addressed this issue already, refresh your browser to remove this comment." - name: Check PR @@ -96,7 +96,7 @@ jobs: with: header: Review label missing message: | - :mag: The **review** label is missing. Add a `needs review by` label so we can determine who needs to approve this PR. + :mag: The **review** label is missing. Add a `review:` label so we can determine who needs to approve this PR. If you have addressed this issue already, refresh your browser to remove this comment. - name: Fixed Review Label Comment PR @@ -125,7 +125,7 @@ jobs: with: header: Release label missing message: | - :floppy_disk: The **release** label is missing. Add a `current release` or `next release` label so your content is published with the correct Zowe release. + :floppy_disk: The **release** label is missing. Add a `release:` label so your content is published with the correct major Zowe release. If you have addressed this issue already, refresh your browser to remove this comment. - name: Fixed Release Label Comment PR