diff --git a/.github/stale.yml b/.github/stale.yml index c0fadc07678..160c31c5744 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