From 842970dfe1741854bef1ce4eb5a6eb282c49ed79 Mon Sep 17 00:00:00 2001 From: Jane Jeon Date: Wed, 19 Feb 2020 15:12:08 -0500 Subject: [PATCH] Prevent stale bot from closing when someone's assigned an issue --- .github/stale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index c4077c0d2..1d5b4a23c 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -14,3 +14,5 @@ markComment: > for your contributions. # Comment to post when closing a stale issue. Set to `false` to disable closeComment: false +# Set to true to ignore issues with an assignee (defaults to false) +exemptAssignees: true