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

lizhimins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 770822b  ci: raise stale action operations-per-run to 200 (#489)
770822b is described below

commit 770822bbc812bfd0c2a94aa0128ab6f59b50d076
Author: lizhimins <[email protected]>
AuthorDate: Wed Jul 22 17:00:14 2026 +0800

    ci: raise stale action operations-per-run to 200 (#489)
---
 .github/workflows/stale.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 9564304..d228f12 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -14,6 +14,7 @@ jobs:
     steps:
       - uses: actions/stale@v9
         with:
+          operations-per-run: 200
           days-before-stale: 7
           days-before-close: 0
           stale-issue-label: stale

Reply via email to