From ec34f7283b47d7712c39e30edb0eaa848d767c78 Mon Sep 17 00:00:00 2001 From: Ken Sodemann Date: Mon, 10 Sep 2018 09:28:04 -0500 Subject: [PATCH] chore(bot): exempt assigned from the stale auto-close task --- .github/ionic-issue-bot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ionic-issue-bot.yml b/.github/ionic-issue-bot.yml index 9f0cc2f9e9..92bd70ac2e 100644 --- a/.github/ionic-issue-bot.yml +++ b/.github/ionic-issue-bot.yml @@ -47,6 +47,7 @@ stale: exemptLabels: - good first issue - triage + exemptAssigned: true exemptProjects: true exemptMilestones: true label: "ionitron: stale issue"