[llvm] [Github] Truncate Bug Emails when Necessary (PR #166081)
Danila Malyutin via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 3 12:27:34 PST 2025
================
@@ -39,6 +39,12 @@ jobs:
repo: context.repo.repo
})
.then((issue) => {
+ var maybeTruncatedBody = issue.data.body;
----------------
danilaml wrote:
Should it work if I retry https://github.com/llvm/llvm-project/actions/runs/18784813915/job/54401896261 now or is it for new issues only?
https://github.com/llvm/llvm-project/pull/166081
More information about the llvm-commits
mailing list