Thanks to visit codestin.com Credit goes to github.com
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.
new-bugs-announce-notifier
1 parent 2dfc7fa commit c5dacc8Copy full SHA for c5dacc8
1 file changed
.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