Skip to content

Commit 6e23651

Browse files
authored
increase operations-per-run
1 parent c425504 commit 6e23651

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/stale.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Manage Stale, Legacy, and Close Issues
33
on:
44
# Uncomment the schedule below to run automatically, or trigger manually with workflow_dispatch.
55
# schedule:
6-
# - cron: '0 1 * * *' # 01:00 UTC
7-
# - cron: '30 2 * * *' # 02:30 UTC
86
# - cron: '0 4 * * *' # 04:00 UTC
7+
# - cron: '30 5 * * *' # 05:30 UTC
8+
99
push:
1010
branches:
1111
- test-stale-action
@@ -49,7 +49,7 @@ jobs:
4949
debug-only: true
5050
enable-statistics: true
5151
remove-stale-when-updated: true
52-
operations-per-run: 100
52+
operations-per-run: 500
5353

5454
# ----------------------------------------------------------------------------
5555
# Job: mark-legacy-issue
@@ -80,5 +80,5 @@ jobs:
8080
debug-only: true
8181
enable-statistics: true
8282
remove-stale-when-updated: false
83-
operations-per-run: 100
83+
operations-per-run: 500
8484

0 commit comments

Comments
 (0)