diff --git a/.github/workflows/support.yml b/.github/workflows/support.yml index 9b3c9e627..553a9cb76 100644 --- a/.github/workflows/support.yml +++ b/.github/workflows/support.yml @@ -18,4 +18,15 @@ jobs: to be a support request. Please hop over onto our [Discord](https://lidarr.audio/discord) or [Subreddit](https://reddit.com/r/lidarr) close-issue: true - lock-issue: false \ No newline at end of file + lock-issue: false + - uses: dessant/support-requests@v3 + with: + github-token: ${{ github.token }} + support-label: 'Status: Logs Needed' + issue-comment: > + :wave: @{issue-author}, In order to help you further we'll need to see logs. + You'll need to enable trace logging and replicate the problem that you encountered. + Guidance on how to enable trace logging can be found in + our [troubleshooting guide](https://wiki.servarr.com/lidarr/troubleshooting#logging-and-log-files). + close-issue: false + lock-issue: false