Skip to content

Commit 547ce0b

Browse files
Apply suggestions from code review
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: kolchfa-aws <[email protected]>
1 parent 0f7100d commit 547ce0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/process-new-blog.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
token: ${{ secrets.GITHUB_TOKEN }}
3535
issue-number: ${{ github.event.pull_request.number }}
3636
body: |
37-
Thank you for submitting a blog!
37+
Thank you for submitting a blog post!
3838
39-
The blog process is Submit a PR -> (Optional) Peer review -> Doc review -> Editorial review -> Marketing review -> Published.
39+
The blog post review process is: Submit a PR -> (Optional) Peer review -> Doc review -> Editorial review -> Marketing review -> Published.
4040
4141
- name: Check for linked issues
4242
if: steps.check-new-blog.outputs.is_new_blog == 'true'
@@ -59,9 +59,9 @@ jobs:
5959
body: |
6060
Hi @${{ github.event.pull_request.user.login }},
6161
62-
Looks like you're adding a new blog post and you don't have an issue mentioned. Please link this PR to an open issue using one of these keywords in the PR description:
62+
It looks like you're adding a new blog post but don't have an issue mentioned. Please link this PR to an open issue using one of these keywords in the PR description:
6363
- Closes #issue-number
6464
- Fixes #issue-number
6565
- Resolves #issue-number
6666
67-
If there isn't an issue yet, please [create one](https://github.com/opensearch-project/project-website/issues/new?template=blog_post.yml) and then link it to this PR.
67+
If an issue hasn't been created yet, please [create one](https://github.com/opensearch-project/project-website/issues/new?template=blog_post.yml) and then link it to this PR.

0 commit comments

Comments
 (0)