From 5bc1f345c05673058fde83650bd0fb0483b484ba 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 (cherry picked from commit d851ecdf2f826f25b9d2d67d3b7e9e3642bc5299) --- .github/label-actions.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/label-actions.yml b/.github/label-actions.yml index a5f466a16..4751edb37 100644 --- a/.github/label-actions.yml +++ b/.github/label-actions.yml @@ -13,4 +13,11 @@ :wave: @{issue-author}, we use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a indexer request. Please use our Indexer request [site](https://requests.prowlarr.com/) - close: true \ No newline at end of file + close: true + +'Status: Logs Needed': + 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/prowlarr/troubleshooting#logging-and-log-files). \ No newline at end of file