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