From: Quinn Casey Date: Tue, 12 Apr 2022 14:31:14 +0000 (-0700) Subject: Only stale unconfirmed issues X-Git-Tag: ngx-1.7.0~5^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F702%2Fhead;p=thirdparty%2Fpaperless-ngx.git Only stale unconfirmed issues --- diff --git a/.github/stale.yml b/.github/stale.yml index f5b193a8f0..ef287a3fd0 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -2,11 +2,8 @@ daysUntilStale: 30 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 -# Issues with these labels will never be considered stale -exemptLabels: - - pinned - - security - - fixpending +onlyLabels: + - unconfirmed # Label to use when marking an issue as stale staleLabel: stale # Comment to post when marking an issue as stale. Set to `false` to disable