Skip to content

Commit 570b8e3

Browse files
Remove comments payload
Co-authored-by: cory <[email protected]>
1 parent d87e98b commit 570b8e3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/devdocs-notify.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ jobs:
1313
uses: actions/github-script@v7
1414
with:
1515
script: |
16-
const text = context.payload.comment?.body
17-
|| context.payload.issue?.body
16+
const text = context.payload.issue?.body
1817
|| context.payload.pull_request?.body
19-
|| context.payload.review?.body
2018
|| "";
2119
2220
await fetch(process.env.SLACK_WEBHOOK_URL, {

0 commit comments

Comments
 (0)