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

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


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

I forget if rerunning the workflow pulls in new workflow definitions or not. I think it would use the old workflow definition. So either a new issue or a new workflow run, but the workflow only triggers when issues get opened. So it would probably have to be a new issue.

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


More information about the llvm-commits mailing list