From 8dded9310c7fe753f720f367408c72e5e787ca14 Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Thu, 18 Feb 2021 10:41:16 +0100 Subject: [PATCH] Stale: issue must have bug and must not have approved label Signed-off-by: tobiasKaminsky --- .github/stale.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) 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 -- 2.30.2