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 42b608c commit 009706fCopy full SHA for 009706f
.github/workflows/llvm-bugs.yml
@@ -52,7 +52,7 @@ jobs:
52
url : issue.data.html_url,
53
labels : issue.data.labels.map((label) => label.name),
54
assignee : issue.data.assignees.map((assignee) => assignee.login),
55
- body : issue.data.body
+ body : maybeTruncatedBody
56
};
57
58
const data = {
0 commit comments