Skip to content

Commit e6a2ac7

Browse files
authored
Increase quantity of operation in github action of stale (#5167)
1 parent 7e6bee2 commit e6a2ac7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ permissions:
55
pull-requests: write
66

77
on:
8+
workflow_dispatch:
89
schedule:
910
- cron: "0 0 * * *"
1011

@@ -14,6 +15,7 @@ jobs:
1415
steps:
1516
- uses: actions/stale@v5
1617
with:
18+
operations-per-run: 128
1719
days-before-issue-stale: 365
1820
days-before-issue-close: 3
1921
exempt-issue-labels: "no stale"

0 commit comments

Comments
 (0)