diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2017-03-29 12:21:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-29 12:21:40 -0400 |
commit | e91b17e834071c4b5056dc2761f0b49b70ede99b (patch) | |
tree | c82549351566951cf82e2e0860093055d24e4404 | |
parent | 55ccec637212a2232a64f86360b2a25fa1c25759 (diff) | |
download | rails-e91b17e834071c4b5056dc2761f0b49b70ede99b.tar.gz rails-e91b17e834071c4b5056dc2761f0b49b70ede99b.tar.bz2 rails-e91b17e834071c4b5056dc2761f0b49b70ede99b.zip |
Configure the days until close a stale issue
[ci skip]
-rw-r--r-- | .github/stale.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index 387b8fea9c..56da818396 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,5 +1,7 @@ # Number of days of inactivity before an issue becomes stale -days: 90 +daysUntilStale: 90 +# Number of days of inactivity before a stale issue is closed +daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - pinned |