From 3e7ce18e78b0fe86a4d8f6dbf51bd01c2b02ee79 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 25 Jan 2022 17:01:29 +0000 Subject: [PATCH] probot: update stale dates --- .github/stale.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index c0fadc076781..160c31c57447 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -14,7 +14,7 @@ onlyLabels: [] exemptLabels: [] # 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 @@ -47,7 +47,7 @@ limitPerRun: 30 # Optionally, specify configuration settings that are specific to just 'issues' or 'pulls': pulls: - daysUntilStale: 30 + daysUntilStale: 90 daysUntilClose: 30 markComment: > Hi! @@ -79,4 +79,4 @@ pulls: # issues: # exemptLabels: -# - confirmed \ No newline at end of file +# - confirmed