Increase quantity of operation in github action of stale (#5167)

This commit is contained in:
Aaron Ai
2022-09-23 12:45:09 +08:00
committed by GitHub
parent 7e6bee2c48
commit e6a2ac7093
+2
View File
@@ -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"