From fd5e604cf11915b1fffd3eb995bac4f03723e3e4 Mon Sep 17 00:00:00 2001 From: Dario Ernst Date: Sat, 26 Sep 2020 09:40:36 +0200 Subject: [PATCH] Exempt status/wip label from stalebot --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 9e5e9ecf..3d5a3236 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -16,6 +16,7 @@ exemptLabels: - priority/p1 - priority/p2 - backlog + - status/wip # Set to true to ignore issues in a project (defaults to false) exemptProjects: false