From d851ecdf2f826f25b9d2d67d3b7e9e3642bc5299 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 23 Apr 2023 11:58:28 -0500 Subject: [PATCH] Auto-reply for Log Label [common] --- .github/workflows/support.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/workflows/support.yml b/.github/workflows/support.yml index a25446407..016939526 100644 --- a/.github/workflows/support.yml +++ b/.github/workflows/support.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: dessant/support-requests@v2 + - uses: dessant/support-requests@v3 with: github-token: ${{ github.token }} support-label: 'Type: Support' @@ -22,4 +22,15 @@ jobs: to be a support request. Please hop over onto our [Discord](https://radarr.video/discord) or [Subreddit](https://reddit.com/r/radarr) 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/radarr/troubleshooting#logging-and-log-files). + close-issue: false + lock-issue: false