Increase time it takes for Github Pull Requests to go stale
This commit is contained in:
parent
69233f1bbf
commit
d0e40ca726
1 changed files with 2 additions and 2 deletions
4
.github/stale.yml
vendored
4
.github/stale.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue