From c27620d6564e0476b0819458d8fc0679de9b49b5 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Thu, 4 Mar 2021 21:24:50 -0800 Subject: [PATCH] Never mark issues with a milestone as stale --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 80ef6cce0..bb4b1e570 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -14,3 +14,4 @@ markComment: > for your contributions. # Comment to post when closing a stale issue. Set to `false` to disable closeComment: false +exemptMilestones: true