Right now, the issue URL is generated with the hard-coded title of <autogenerated-issue>, and it's not possible to append or prepend content to the body of the issue (
|
&[("title", "<autogenerated-issue>"), ("body", &body.body)], |
). It would be neat if those were both possible to configure a little bit more.
Right now, the issue URL is generated with the hard-coded title of
<autogenerated-issue>, and it's not possible to append or prepend content to the body of the issue (eyre/color-eyre/src/section/github.rs
Line 88 in c6bf9c1