From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 18 Jun 2023 03:02:44 +0000 (-0700) Subject: Update stale.yml X-Git-Tag: v1.16.2~1^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1d10e7d4aa473b99d7c3ce36b4789f5797c5515;p=thirdparty%2Fpaperless-ngx.git Update stale.yml --- diff --git a/.github/stale.yml b/.github/stale.yml index d785c197d0..f0af1db2ac 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -4,8 +4,8 @@ daysUntilStale: 30 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 -# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled) -onlyLabels: [cant-reproduce] +# Only issues or pull requests with any of these labels are check if stale. Defaults to `[]` (disabled) +any-of-labels: ['cant-reproduce','not a bug','unconfirmed'] # Label to use when marking an issue as stale staleLabel: stale