[llvm] [Github] Truncate Bug Emails when Necessary (PR #166081)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 3 12:10:50 PST 2025


================
@@ -39,6 +39,12 @@ jobs:
               repo: context.repo.repo
             })
             .then((issue) => {
+              var maybeTruncatedBody = issue.data.body;
----------------
boomanaiden154 wrote:

Good point. Fixed in 009706ff6295882a17fb2af1a1eebdfe7c476114.

https://github.com/llvm/llvm-project/pull/166081


More information about the llvm-commits mailing list