Skip to content

Commit

Permalink
Merge pull request #3252 from zowe/anax-test-branch-updatedcomments
Browse files Browse the repository at this point in the history
updating comments
  • Loading branch information
anaxceron authored Nov 10, 2023
2 parents 44f0acf + 46dc2a1 commit 1a2939a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<br>If you have addressed this issue already, refresh your browser to remove this comment."
<br><br>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.<br>
If you have addressed this issue already, refresh your browser to remove this comment."
- name: Check PR
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1a2939a

Please sign in to comment.