From c5a4860209bf3f04f667c902cb2e47e1e47d8ab4 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Sun, 29 Mar 2020 16:10:11 -0400 Subject: [PATCH] update stale.yml to not close IDC related issues (#1573) --- .github/stale.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index 0e8cfbb59..990e2f4f1 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -18,6 +18,9 @@ exemptLabels: - 'Triage :white_flag:' - 'Extension: Discussion' - 'Announcement 🎉' + - 'IDC:priority' + - 'IDC:candidate' + - 'IDC:collaboration' # Label to use when marking an issue as stale staleLabel: 'Stale :baguette_bread:' # Comment to post when marking an issue as stale. Set to `false` to disable