diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-07-03 08:58:33 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-07-03 08:58:33 -0400 |
| commit | 4f674f51cd3db44094a8edec438bbba14566f624 (patch) | |
| tree | a62bd3a06ef00480c3f4d113d850d84c55d53d53 /.github | |
| parent | bacddc36d323820781f298d4fa29b63ea01c8607 (diff) | |
reduce stale time
Diffstat (limited to '.github')
| -rw-r--r-- | .github/stale.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index 0c992964..399cb995 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,7 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 60 +daysUntilStale: 45 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 7 +daysUntilClose: 4 # Issues with these labels will never be considered stale exemptLabels: - pinned |
