From 8b7cd15314199b26e5d528e4fc5ba13527322d54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 2 Dec 2019 15:20:07 +0100 Subject: [PATCH] Update stale.yml --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 5a37b01fc34..701b0b260d0 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -35,8 +35,8 @@ exemptLabels: # Issue specific configuration issues: limitPerRun: 1 - daysUntilStale: false - daysUntilClose: false + daysUntilStale: 100000 + daysUntilClose: 100000 markComment: > This issue has been automatically marked as stale because it has not had activity in the last 100 days. It will be closed in the next 100 days if no activity occurs.