Skip to content

Commit

Permalink
Merge pull request #2162 from jspricke/stale_fix
Browse files Browse the repository at this point in the history
set stale daysUntilClose to a really big number
  • Loading branch information
SergioRAgostinho authored Dec 18, 2017
2 parents 6da7704 + 07b6373 commit 9298940
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale Issue or Pull Request is closed
# daysUntilClose: 7
# 2**32-1 until https://github.com/probot/stale/issues/79 is fixed
daysUntilClose: 4294967295
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
- "status: needs review"
Expand Down

0 comments on commit 9298940

Please sign in to comment.