Stale bot hourly testing dry run (#1589)
* update stale-bot to run hourly while testing * update operations per run
This commit is contained in:
@@ -6,8 +6,8 @@ env:
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '1 3 * * 0' # runs every Sunday at 03h01 UTC
|
||||
|
||||
# - cron: '1 3 * * 0' # runs every Sunday at 03h01 UTC
|
||||
- cron: '0 * * * *' # runs every hour, for debugging
|
||||
jobs:
|
||||
stale:
|
||||
permissions:
|
||||
@@ -18,6 +18,7 @@ jobs:
|
||||
steps:
|
||||
- uses: 'actions/stale@v9'
|
||||
with:
|
||||
operations-per-run: 1000
|
||||
debug-only: true
|
||||
enable-statistics: true
|
||||
stale-issue-label: stale
|
||||
|
||||
Reference in New Issue
Block a user