diff --git a/changelog.d/81.feature b/changelog.d/81.feature new file mode 100644 index 0000000..0b92b3b --- /dev/null +++ b/changelog.d/81.feature @@ -0,0 +1 @@ +Add a link to the archive containing all the logs in the webhook's body diff --git a/submit.go b/submit.go index 6e4b8f2..38a0ec8 100644 --- a/submit.go +++ b/submit.go @@ -670,6 +670,7 @@ func buildGenericIssueRequest(p payload, listingURL string) (title, body string) // Add log links to the body fmt.Fprintf(bodyBuf, "\n[Logs](%s)", listingURL) + fmt.Fprintf(bodyBuf, " ([archive](%s))", listingURL+"?format=tar.gz") for _, file := range p.Files { fmt.Fprintf(