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 d87e98b commit 570b8e3Copy full SHA for 570b8e3
.github/workflows/devdocs-notify.yml
@@ -13,10 +13,8 @@ jobs:
13
uses: actions/github-script@v7
14
with:
15
script: |
16
- const text = context.payload.comment?.body
17
- || context.payload.issue?.body
+ const text = context.payload.issue?.body
18
|| context.payload.pull_request?.body
19
- || context.payload.review?.body
20
|| "";
21
22
await fetch(process.env.SLACK_WEBHOOK_URL, {
0 commit comments