summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAiden Grossman <aidengrossman@google.com>2025-11-03 20:09:18 +0000
committerAiden Grossman <aidengrossman@google.com>2025-11-03 20:10:15 +0000
commit009706ff6295882a17fb2af1a1eebdfe7c476114 (patch)
tree6bfa9ce16038bcf1cbfd633d5b7c88c37a029aea /.github
parent42b608cdd6cd96e4fab7e4311731d6b0956376ad (diff)
[Github] Use truncated body in llvm-bugs.yml
\#166081 forgot to actually use this as the body.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/llvm-bugs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/llvm-bugs.yml b/.github/workflows/llvm-bugs.yml
index cd3f396e7c46..3274f1adf9e6 100644
--- a/.github/workflows/llvm-bugs.yml
+++ b/.github/workflows/llvm-bugs.yml
@@ -52,7 +52,7 @@ jobs:
url : issue.data.html_url,
labels : issue.data.labels.map((label) => label.name),
assignee : issue.data.assignees.map((assignee) => assignee.login),
- body : issue.data.body
+ body : maybeTruncatedBody
};
const data = {