aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2017-03-29 12:21:40 -0400
committerGitHub <noreply@github.com>2017-03-29 12:21:40 -0400
commite91b17e834071c4b5056dc2761f0b49b70ede99b (patch)
treec82549351566951cf82e2e0860093055d24e4404 /.github
parent55ccec637212a2232a64f86360b2a25fa1c25759 (diff)
downloadrails-e91b17e834071c4b5056dc2761f0b49b70ede99b.tar.gz
rails-e91b17e834071c4b5056dc2761f0b49b70ede99b.tar.bz2
rails-e91b17e834071c4b5056dc2761f0b49b70ede99b.zip
Configure the days until close a stale issue
[ci skip]
Diffstat (limited to '.github')
-rw-r--r--.github/stale.yml4
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