From: tobiasKaminsky Date: Thu, 18 Feb 2021 09:41:16 +0000 (+0100) Subject: Stale: issue must have bug and must not have approved label X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~21^2~355^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8dded9310c7fe753f720f367408c72e5e787ca14;p=nextcloud-desktop.git Stale: issue must have bug and must not have approved label Signed-off-by: tobiasKaminsky --- diff --git a/.github/stale.yml b/.github/stale.yml index 29a033f34..a84bd79e2 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,18 +1,13 @@ - # Number of days of inactivity before an issue becomes stale daysUntilStale: 28 # Number of days of inactivity before a stale issue is closed daysUntilClose: 14 +# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled) +onlyLabels: + - bug # Issues with these labels will never be considered stale exemptLabels: - - 1. to develop - - 2. to review - - 3. to release - - 4. to test - - backport-request - - overview - - security - - spec + - approved # 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