From 58b02774a4fb15f14ff0731690a288b9e0c603fe Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Wed, 8 May 2019 18:43:20 +0300 Subject: Update the stale bot config --- .github/stale.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index fbd6342..67e5964 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -12,19 +12,20 @@ onlyLabels: [] # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable exemptLabels: - - "high priority" + - "High Priority" + - "Pinned" # Set to true to ignore issues in a project (defaults to false) exemptProjects: false # Set to true to ignore issues in a milestone (defaults to false) -exemptMilestones: false +exemptMilestones: true # Set to true to ignore issues with an assignee (defaults to false) exemptAssignees: false # Label to use when marking as stale -staleLabel: stale +staleLabel: Stale # Comment to post when marking as stale. Set to `false` to disable markComment: > -- cgit v1.0