Changes have been pushed for the repository "fawkesrobotics/fawkes".

Clone:  https://github.com/fawkesrobotics/fawkes.git
Gitweb: https://github.com/fawkesrobotics/fawkes

The branch, thofmann/close-stale-issues-after-90-days has been created
        at  33f450717a3951e5b47ba6564040015bff3ce895 (commit)

https://github.com/fawkesrobotics/fawkes/tree/thofmann/close-stale-issues-after-90-days

- *Log* ---------------------------------------------------------------
commit 33f450717a3951e5b47ba6564040015bff3ce895
Author:     Till Hofmann <hofm...@kbsg.rwth-aachen.de>
AuthorDate: Thu Jan 9 10:05:57 2020 +0100
Commit:     Till Hofmann <hofm...@kbsg.rwth-aachen.de>
CommitDate: Thu Jan 9 10:05:57 2020 +0100

    github: wait for 90 days before marking an issue as stale
    
    This gives more time to work on an issue and seems more realistic with
    our usual workflow.

https://github.com/fawkesrobotics/fawkes/commit/33f450717

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


- *Summary* -----------------------------------------------------------


- *Diffs* -------------------------------------------------------------

- *commit* 33f450717a3951e5b47ba6564040015bff3ce895 - - - - - - - - - -
Author:  Till Hofmann <hofm...@kbsg.rwth-aachen.de>
Date:    Thu Jan 9 10:05:57 2020 +0100
Subject: github: wait for 90 days before marking an issue as stale

 .github/stale.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

_Diff for modified files_:
diff --git a/.github/stale.yml b/.github/stale.yml
index 22efef3fd..7506403ea 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -2,10 +2,10 @@
 # https://probot.github.io/apps/stale/
 
 # Number of days of inactivity before an issue becomes stale
-daysUntilStale: 30
+daysUntilStale: 90
 
 # Number of days of inactivity before a stale issue is closed
-daysUntilClose: 7
+daysUntilClose: 14
 
 # Issues with these labels will never be considered stale
 exemptLabels:



_______________________________________________
fawkes-commits mailing list
fawkes-commits@lists.kbsg.rwth-aachen.de
https://lists.kbsg.rwth-aachen.de/listinfo/fawkes-commits

Reply via email to