From 1eed5e2e4b9835c780e1a895a1c528dedb708b6f Mon Sep 17 00:00:00 2001 From: cytopia Date: Sun, 28 Apr 2019 13:59:14 +0200 Subject: [PATCH] Protect WIP PR's from stale-bot --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 793254f8..9bec4389 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -5,6 +5,7 @@ daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - "issue:protected" + - "WIP" # Label to use when marking an issue as stale staleLabel: "issue:stale" # Comment to post when marking an issue as stale. Set to `false` to disable