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

mikexue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh.git


The following commit(s) were added to refs/heads/master by this push:
     new 748e22ac3 [ISSUE #4832] Downgrade stale bot to v8 to resolve state 
cache reserving error (#4833)
748e22ac3 is described below

commit 748e22ac3958d6c04608e856db01f785230e81ac
Author: Pil0tXia <[email protected]>
AuthorDate: Mon Apr 15 10:58:37 2024 +0800

    [ISSUE #4832] Downgrade stale bot to v8 to resolve state cache reserving 
error (#4833)
    
    * Revert stale bot to v8 to resolve state cache reserving error
    
    * Reduce operations-per-run to default value to ease pressure
    
    * Unify yaml to yml
---
 .github/workflows/{docker.yaml => docker.yml} | 0
 .github/workflows/stale.yml                   | 3 ++-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yml
similarity index 100%
rename from .github/workflows/docker.yaml
rename to .github/workflows/docker.yml
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 728d32adf..33f64c5cc 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -31,7 +31,7 @@ jobs:
   stale:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/stale@v9
+      - uses: actions/stale@v8
         with:
           days-before-issue-stale: 90
           days-before-pr-stale: 60
@@ -47,3 +47,4 @@ jobs:
           exempt-issue-labels: 'pinned,discussion,help 
wanted,WIP,weopen-star,GLCC,summer of code'
           exempt-pr-labels: 'help wanted,dependencies'
           exempt-all-milestones: true # Exempt all issues/PRs with milestones 
from stale
+          operations-per-run: 30


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to