Skip to content

Commit 77a18e0

Browse files
authored
Stale bot hourly testing dry run (#1589)
* update stale-bot to run hourly while testing * update operations per run
1 parent e69a974 commit 77a18e0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/manage-stale-issues-prs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ env:
66

77
on:
88
schedule:
9-
- cron: '1 3 * * 0' # runs every Sunday at 03h01 UTC
10-
9+
# - cron: '1 3 * * 0' # runs every Sunday at 03h01 UTC
10+
- cron: '0 * * * *' # runs every hour, for debugging
1111
jobs:
1212
stale:
1313
permissions:
@@ -18,6 +18,7 @@ jobs:
1818
steps:
1919
- uses: 'actions/stale@v9'
2020
with:
21+
operations-per-run: 1000
2122
debug-only: true
2223
enable-statistics: true
2324
stale-issue-label: stale

0 commit comments

Comments
 (0)