Stale bot hourly testing dry run (#1589)

* update stale-bot to run hourly while testing

* update operations per run
This commit is contained in:
Tom Kralidis
2024-03-10 10:38:39 -04:00
committed by GitHub
parent e69a9744a2
commit 77a18e07c0
@@ -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