From c2d4200bd87976f5a65b15f58b3609624a48195d Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Thu, 21 May 2020 20:59:38 +0530 Subject: [PATCH] ci: Enable stale bot on issues The flag to enable this bot on issues was off. This PR enables it Signed-off-by: Humble Chirammal --- .github/stale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yaml b/.github/stale.yaml index 81d2d7451..613674740 100644 --- a/.github/stale.yaml +++ b/.github/stale.yaml @@ -10,7 +10,7 @@ exemptLabels: - release requirement # Set to true to ignore issues in a project (defaults to false) -exemptProjects: true +exemptProjects: false # Set to true to ignore issues in a milestone (defaults to false) exemptMilestones: true