Skip to content

Commit

Permalink
Merge pull request #3250 from zowe/anax-test-branch-updatedcomments
Browse files Browse the repository at this point in the history
updating comment line breaks
  • Loading branch information
anaxceron authored Nov 10, 2023
2 parents 3d8471d + 2716dbf commit 44f0acf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pull-request-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ 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."
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."
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
id: file_type_checker
Expand All @@ -73,6 +73,7 @@ jobs:
header: File name is missing
message: |
:file_folder: The PR description is missing the file name(s) for the updated content. List all the files included in this PR so this information displays in our [Zowe Docs GitHub Slack channel](https://openmainframeproject.slack.com/archives/C05GH3LT59D).
If you have addressed this issue already, refresh your browser to remove this comment.
review-labels:
Expand All @@ -96,6 +97,7 @@ jobs:
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.
If you have addressed this issue already, refresh your browser to remove this comment.
- name: Fixed Review Label Comment PR
if: success()
Expand Down Expand Up @@ -124,6 +126,7 @@ jobs:
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.
If you have addressed this issue already, refresh your browser to remove this comment.
- name: Fixed Release Label Comment PR
if: success()
Expand Down Expand Up @@ -152,6 +155,7 @@ jobs:
header: Area label missing
message: |
:pushpin: The **subject area** label is missing. Add an `area:` label so we know what your content is about.
If you have addressed this issue already, refresh your browser to remove this comment.
- name: Fixed Area Label Comment PR
if: success()
Expand Down

0 comments on commit 44f0acf

Please sign in to comment.