From 16d6fd90a93c866652358ccee12ffe6e05f94632 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 4 Apr 2020 10:38:34 -0400 Subject: [PATCH] Only Close Stale Issues, Not PRs --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index d7d4b5b86..6cdef6063 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -14,3 +14,4 @@ markComment: > This issue has been automatically marked as stale because it has not had recent activity. Please verify that this is still an issue with the latest version of Radarr and report back. Otherwise this issue will be closed. # Comment to post when closing a stale issue. Set to `false` to disable closeComment: false +only: issues