mirror of
https://github.com/apache/rocketmq.git
synced 2026-08-28 20:09:14 +08:00
Increase quantity of operation in github action of stale (#5167)
This commit is contained in:
@@ -5,6 +5,7 @@ permissions:
|
||||
pull-requests: write
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
@@ -14,6 +15,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/stale@v5
|
||||
with:
|
||||
operations-per-run: 128
|
||||
days-before-issue-stale: 365
|
||||
days-before-issue-close: 3
|
||||
exempt-issue-labels: "no stale"
|
||||
|
||||
Reference in New Issue
Block a user