We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
new-bugs-announce-notifier
1 parent 2dfc7fa commit c5dacc8Copy full SHA for c5dacc8
.github/workflows/new-bugs-announce-notifier.yml
@@ -44,7 +44,7 @@ jobs:
44
// We need to truncate the body size, because the max size for
45
// the whole payload is 16kb. We want to be safe and assume that
46
// body can take up to ~8kb of space.
47
- body : issue.data.body.substring(8000)
+ body : issue.data.body.substring(0, 8000)
48
};
49
50
const data = {
0 commit comments