Skip to content

Commit f1423c7

Browse files
committed
ci: update stale action
1 parent f6e4607 commit f1423c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Close stale issues'
22

33
on:
44
schedule:
5-
- cron: '30 1 * * *'
5+
- cron: '30 * * * *'
66
workflow_dispatch:
77

88
permissions:
@@ -21,4 +21,5 @@ jobs:
2121
close-issue-message: 'This issue was closed because it has been stalled for 30 days with no activity.'
2222
days-before-stale: 60
2323
days-before-close: 30
24+
operations-per-run: 100
2425
days-before-pr-stale: -1

0 commit comments

Comments
 (0)