You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ja...@apache.org on 2024/02/15 12:20:25 UTC

(solr) branch main updated: Workaround bug in stalebot caching

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 36220a8f1a6 Workaround bug in stalebot caching
36220a8f1a6 is described below

commit 36220a8f1a64f9318071a4e5811b67f96edc088a
Author: Jan Høydahl <ja...@apache.org>
AuthorDate: Thu Feb 15 13:20:11 2024 +0100

    Workaround bug in stalebot caching
---
 .github/workflows/stale.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 4331aa2676e..7c869049998 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -16,7 +16,7 @@ jobs:
     runs-on: ubuntu-latest
     permissions:
       pull-requests: write
-
+      actions: write
     steps:
       - uses: actions/stale@v9
         with:
@@ -35,4 +35,4 @@ jobs:
             Thank you for your contribution!
 
           # TODO: Increase budget after initial testing
-          operations-per-run: 10        # operations budget
+          operations-per-run: 30        # operations budget