Skip to content

Commit 625866c

Browse files
authored
stale-bot initial live run
1 parent 329baff commit 625866c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ env:
77
on:
88
schedule:
99
# - cron: '1 3 * * 0' # runs every Sunday at 03h01 UTC
10-
- cron: '0 * * * *' # runs every hour, for debugging
10+
# - cron: '0 * * * *' # runs every hour, for debugging
11+
- cron: '30 21 * * *' # first live run, 2024-03-10
1112
jobs:
1213
stale:
1314
permissions:
@@ -19,7 +20,7 @@ jobs:
1920
- uses: 'actions/stale@v9'
2021
with:
2122
operations-per-run: 1000
22-
debug-only: true
23+
# debug-only: true
2324
enable-statistics: true
2425
stale-issue-label: stale
2526
stale-pr-label: stale

0 commit comments

Comments
 (0)