janhoy merged PR #2184:
URL: https://github.com/apache/solr/pull/2184
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
janhoy commented on PR #2184:
URL: https://github.com/apache/solr/pull/2184#issuecomment-1912252079
Being on the conservative side, I upped to 60 days before stale, and a daily
budget of 10 PRs labeled.
This should create a minimum of friction and accomodate for the fact that in
the Solr
janhoy commented on code in PR #2184:
URL: https://github.com/apache/solr/pull/2184#discussion_r1463332602
##
.github/workflows/stale.yml:
##
@@ -0,0 +1,39 @@
+# This workflow warns of PRs that have had no activity for a specified amount
of time.
+#
+# For more information, see
epugh commented on code in PR #2184:
URL: https://github.com/apache/solr/pull/2184#discussion_r1461836649
##
.github/workflows/stale.yml:
##
@@ -0,0 +1,39 @@
+# This workflow warns of PRs that have had no activity for a specified amount
of time.
+#
+# For more information, see
janhoy commented on code in PR #2184:
URL: https://github.com/apache/solr/pull/2184#discussion_r1460699180
##
.github/workflows/stale.yml:
##
@@ -0,0 +1,39 @@
+# This workflow warns of PRs that have had no activity for a specified amount
of time.
+#
+# For more information, see
janhoy commented on code in PR #2184:
URL: https://github.com/apache/solr/pull/2184#discussion_r1446719703
##
.github/workflows/stale.yml:
##
@@ -0,0 +1,39 @@
+# This workflow warns of PRs that have had no activity for a specified amount
of time.
+#
+# For more information, see
cpoerschke commented on code in PR #2184:
URL: https://github.com/apache/solr/pull/2184#discussion_r1446319712
##
.github/workflows/stale.yml:
##
@@ -0,0 +1,39 @@
+# This workflow warns of PRs that have had no activity for a specified amount
of time.
+#
+# For more information,
janhoy opened a new pull request, #2184:
URL: https://github.com/apache/solr/pull/2184
Following Lucene's lead and adding a stale bot that will label open,
non-draft PRs as `Stale` after 14 days of inactivity. It is almost identical
fork of Lucene's config:
https://github.com/apache/lucene