We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d25036 commit 9e883d7Copy full SHA for 9e883d7
.github/workflows/check-for-issue.yml
@@ -27,6 +27,15 @@ jobs:
27
echo "is_new_blog=false" >> $GITHUB_OUTPUT
28
fi
29
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
+
39
- name: Check for linked issues
40
if: steps.check-new-blog.outputs.is_new_blog == 'true'
41
id: check-issues
0 commit comments