llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
27.86k stars 11.48k forks source link

Github Bugs Notifier workflow failed to send notification: Send options too large #88021

Open patrick-rivos opened 5 months ago

patrick-rivos commented 5 months ago

https://github.com/llvm/llvm-project/actions/runs/8604389703

[Error: Bad Request] {
  status: 400,
  details: 'Send options (parameters starting with o:, h:, or v:) are limited to 16 kB total',
  type: 'MailgunAPIError'
}
Alcaro commented 3 months ago

Happened for me too (https://github.com/llvm/llvm-project/issues/94811 https://github.com/llvm/llvm-project/actions/runs/9423807490). I guess that stack trace in the \<details> tag was too detailed?

e: bad github, that's not supposed to be a details tag

patrick-rivos commented 1 week ago

Ditto: https://github.com/llvm/llvm-project/actions/runs/10566397615

Maybe it makes sense to truncate the issue contents for notifications if it's over 16kb?