summaryrefslogtreecommitdiffstats
path: root/.github/workflows/new-bugs-announce-notifier.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/new-bugs-announce-notifier.yml')
-rw-r--r--.github/workflows/new-bugs-announce-notifier.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/new-bugs-announce-notifier.yml b/.github/workflows/new-bugs-announce-notifier.yml
index e3572db..80514b4 100644
--- a/.github/workflows/new-bugs-announce-notifier.yml
+++ b/.github/workflows/new-bugs-announce-notifier.yml
@@ -44,7 +44,7 @@ jobs:
// We need to truncate the body size, because the max size for
// the whole payload is 16kb. We want to be safe and assume that
// body can take up to ~8kb of space.
- body : issue.data.body.substring(8000)
+ body : issue.data.body.substring(0, 8000)
};
const data = {