From a76589b5fec709f3d51ea37bcbfd91f83d628eec Mon Sep 17 00:00:00 2001 From: Tim Voronov Date: Sun, 12 May 2019 21:11:21 -0400 Subject: [PATCH] Update stale.yml Changed label for stale issues. --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index cdafa4e3..8aabfa03 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -27,7 +27,7 @@ exemptMilestones: true exemptAssignees: false # Label to use when marking as stale -staleLabel: wontfix +staleLabel: stale # Comment to post when marking as stale. Set to `false` to disable markComment: > @@ -59,4 +59,4 @@ limitPerRun: 30 # issues: # exemptLabels: -# - confirmed \ No newline at end of file +# - confirmed