Skip to content

Commit 9e883d7

Browse files
authored
Update check-for-issue.yml
1 parent 3d25036 commit 9e883d7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/check-for-issue.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ jobs:
2727
echo "is_new_blog=false" >> $GITHUB_OUTPUT
2828
fi
2929
30+
- name: Add blog process comment
31+
if: steps.check-new-blog.outputs.is_new_blog == 'true'
32+
uses: peter-evans/create-or-update-comment@v3
33+
with:
34+
token: ${{ secrets.GITHUB_TOKEN }}
35+
issue-number: ${{ github.event.pull_request.number }}
36+
body: |
37+
The blog process is Submit a PR -> (Optional) Peer review -> Doc review -> Editorial review -> Marketing review -> Published.
38+
3039
- name: Check for linked issues
3140
if: steps.check-new-blog.outputs.is_new_blog == 'true'
3241
id: check-issues

0 commit comments

Comments
 (0)