[latex3-commits] [git/LaTeX3-latex3-latex2e] master: Enable Probot Stale (a9cef687)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Nov 27 13:24:42 CET 2019


Repository : https://github.com/latex3/latex2e
On branch  : master
Link       : https://github.com/latex3/latex2e/commit/a9cef6872140d9947bfaa3222fd5f8bf07535c85

>---------------------------------------------------------------

commit a9cef6872140d9947bfaa3222fd5f8bf07535c85
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Nov 27 12:24:09 2019 +0000

    Enable Probot Stale
    
    This *has* to be on master to work:
    the commit here is a cherry-pick from the
    two on develop.


>---------------------------------------------------------------

a9cef6872140d9947bfaa3222fd5f8bf07535c85
 .github/stale.yml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/.github/stale.yml b/.github/stale.yml
new file mode 100644
index 00000000..78f06a75
--- /dev/null
+++ b/.github/stale.yml
@@ -0,0 +1,16 @@
+# Number of days of inactivity before an issue becomes stale
+daysUntilStale: 60
+# Number of days of inactivity before a stale issue is closed
+daysUntilClose: 999999
+# Issues with these labels will never be considered stale
+exemptLabels:
+  - pinned
+# Label to use when marking an issue as stale
+staleLabel: stale
+# Comment to post when marking an issue as stale. Set to `false` to disable
+markComment: >
+  This issue has been automatically marked as stale because it has not had
+  recent activity. It will be closed if no further activity occurs. Thank you
+  for your contributions.
+# Comment to post when closing a stale issue. Set to `false` to disable
+closeComment: false
\ No newline at end of file





More information about the latex3-commits mailing list