From ab27ba4d2d60ed9a215c8a2fe53f33fbc7ae3660 Mon Sep 17 00:00:00 2001 From: Wan Liuyang Date: Fri, 13 Sep 2019 11:21:46 +0800 Subject: [PATCH] Do not auto-close issues with high priority tag --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 23acc0db..1d1982a3 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -9,8 +9,8 @@ daysUntilClose: 7 # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable exemptLabels: - - bug - feature request + - high priority # Set to true to ignore issues in a project (defaults to false) exemptProjects: false