[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Enable Probot Stale [ci skip] (842f05ac)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Nov 26 10:27:18 CET 2019
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/842f05ace61e54f7b2b7feb61819945b05733285
>---------------------------------------------------------------
commit 842f05ace61e54f7b2b7feb61819945b05733285
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Nov 26 09:26:46 2019 +0000
Enable Probot Stale [ci skip]
Marking as stale is active, closing is effectively
disabled.
>---------------------------------------------------------------
842f05ace61e54f7b2b7feb61819945b05733285
.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..63887bd9
--- /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: wontfix
+# 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