Re: [PR] Introduce stale bot [solr]

2024-01-26 Thread via GitHub
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

Re: [PR] Introduce stale bot [solr]

2024-01-26 Thread via GitHub
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

Re: [PR] Introduce stale bot [solr]

2024-01-23 Thread via GitHub
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

Re: [PR] Introduce stale bot [solr]

2024-01-22 Thread via GitHub
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

Re: [PR] Introduce stale bot [solr]

2024-01-20 Thread via GitHub
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

Re: [PR] Introduce stale bot [solr]

2024-01-09 Thread via GitHub
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

Re: [PR] Introduce stale bot [solr]

2024-01-09 Thread via GitHub
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,

[PR] Introduce stale bot [solr]

2024-01-08 Thread via GitHub
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