From 51910fe83be4b0f81d3e7ae430bb15eded33814a Mon Sep 17 00:00:00 2001 From: mezz Date: Wed, 26 Sep 2018 21:22:54 -0700 Subject: [PATCH] Update github stale so issues can be Assigned --- .github/stale.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index b308264c6..984e392f0 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,15 +6,15 @@ staleLabel: Stale unmarkComment: false # Limit the number of actions per hour, from 1-30. Default is 30 limitPerRun: 1 +# Issues with these labels will never be considered stale. Set to `[]` to disable +exemptLabels: + - Assigned pulls: # Number of days of inactivity before a Pull Request becomes stale daysUntilStale: 60 # Number of days of inactivity before a stale Pull Request is closed daysUntilClose: 14 - # Pull Requests with these labels will never be considered stale. Set to `[]` to disable - exemptLabels: - - Assigned # Comment to post when marking as stale. Set to `false` to disable markComment: > This pull request has been automatically marked as stale because it has not had recent @@ -30,8 +30,6 @@ issues: daysUntilStale: 180 # Number of days of inactivity before a stale Issue is closed daysUntilClose: 14 - # Issues with these labels will never be considered stale. Set to `[]` to disable - exemptLabels: [] # Comment to post when marking as stale. Set to `false` to disable markComment: > This issue has been automatically marked as stale because it has not had activity