From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 16 Jul 2022 03:19:28 +0000 (-0700) Subject: Use cant-reproduce for stale X-Git-Tag: v1.8.0~3^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1237%2Fhead;p=thirdparty%2Fpaperless-ngx.git Use cant-reproduce for stale --- diff --git a/.github/stale.yml b/.github/stale.yml index 6b0169bd9c..9b473eef5d 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -5,7 +5,7 @@ daysUntilStale: 30 daysUntilClose: 7 # Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled) -onlyLabels: [unconfirmed,cant-reproduce] +onlyLabels: [cant-reproduce] # Label to use when marking an issue as stale staleLabel: stale