This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new 011d713a884 Stalebot: increase to 100 operations per run (#2549)
011d713a884 is described below

commit 011d713a884559e3efeaa69e4f3c8dd8e630ff22
Author: Jan Høydahl <[email protected]>
AuthorDate: Fri Jul 5 00:40:49 2024 +0200

    Stalebot: increase to 100 operations per run (#2549)
    
    Co-authored-by: Christine Poerschke <[email protected]>
---
 .github/workflows/stale.yml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index a6c2aa8a704..f8e30632059 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -29,10 +29,9 @@ jobs:
           stale-pr-label: "stale"       # label to use when marking as stale
 
           stale-pr-message: >
-            This PR had no visible activity in the past 60 days, labeling it 
as stale.
-            Any new activity will remove the stale label. To attract more 
reviewers, please tag
-            someone or notify the [email protected] mailing list.
+            This PR has had no activity for 60 days and is now labeled as 
stale. 
+            Any new activity or converting it to draft will remove the stale 
label. 
+            To attract more reviewers, please tag people who might be familiar 
with the code area and/or notify the [email protected] mailing list. 
             Thank you for your contribution!
 
-          # TODO: Increase budget after initial testing
-          operations-per-run: 30        # operations budget
+          operations-per-run: 100       # operations budget

Reply via email to