Stale: issue must have bug and must not have approved label
authortobiasKaminsky <tobias@kaminsky.me>
Thu, 18 Feb 2021 09:41:16 +0000 (10:41 +0100)
committertobiasKaminsky <tobias@kaminsky.me>
Thu, 18 Feb 2021 09:42:18 +0000 (10:42 +0100)
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
.github/stale.yml

index 29a033f340bcdcc67ccafc2a078c03b89a0bb544..a84bd79e27be972c504d9d55f7c6b9223405c550 100644 (file)
@@ -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