[postgis-tickets] r16256 - [github] enable probot/stale to take care of old pull requests

Darafei komzpa at gmail.com
Thu Jan 11 06:48:50 PST 2018


Author: komzpa
Date: 2018-01-11 06:48:50 -0800 (Thu, 11 Jan 2018)
New Revision: 16256

Added:
   trunk/.github/
   trunk/.github/stale.yml
Log:
[github] enable probot/stale to take care of old pull requests


Added: trunk/.github/stale.yml
===================================================================
--- trunk/.github/stale.yml	                        (rev 0)
+++ trunk/.github/stale.yml	2018-01-11 14:48:50 UTC (rev 16256)
@@ -0,0 +1,13 @@
+# Number of days of inactivity before an issue becomes stale
+daysUntilStale: 60
+# Number of days of inactivity before a stale issue is closed
+daysUntilClose: 7
+# 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



More information about the postgis-tickets mailing list