Skip to content

Commit

Permalink
Increase time it takes for Github Pull Requests to go stale
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz authored Aug 18, 2018
1 parent 69233f1 commit d0e40ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ limitPerRun: 1

pulls:
# Number of days of inactivity before a Pull Request becomes stale
daysUntilStale: 30
daysUntilStale: 60
# Number of days of inactivity before a stale Pull Request is closed
daysUntilClose: 7
daysUntilClose: 14
# Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
- Assigned
Expand Down

0 comments on commit d0e40ca

Please sign in to comment.