From 6395ab6cc1cbe2c267c2ae2cbd4885f101781275 Mon Sep 17 00:00:00 2001 From: Kenichi Maehashi Date: Mon, 19 Mar 2018 20:00:20 +0900 Subject: [PATCH] let stalebot ignore issues labelled with roadmap --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 58c878cb60bc..7c3484f661d3 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,6 +6,7 @@ daysUntilStale: 90 daysUntilClose: 30 # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable exemptLabels: + - roadmap - bug # Label to use when marking as stale staleLabel: stale