We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69a974 commit 77a18e0Copy full SHA for 77a18e0
1 file changed
.github/workflows/manage-stale-issues-prs.yml
@@ -6,8 +6,8 @@ env:
6
7
on:
8
schedule:
9
- - cron: '1 3 * * 0' # runs every Sunday at 03h01 UTC
10
-
+ # - cron: '1 3 * * 0' # runs every Sunday at 03h01 UTC
+ - cron: '0 * * * *' # runs every hour, for debugging
11
jobs:
12
stale:
13
permissions:
@@ -18,6 +18,7 @@ jobs:
18
steps:
19
- uses: 'actions/stale@v9'
20
with:
21
+ operations-per-run: 1000
22
debug-only: true
23
enable-statistics: true
24
stale-issue-label: stale
0 commit comments