Skip to content

Commit 79ed40a

Browse files
authored
increasing operations per run
1 parent dab45e4 commit 79ed40a

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
@@ -1,7 +1,7 @@
11
name: 'Close stale issues and PRs'
22
on:
33
schedule:
4-
- cron: '00 01,13 * * *'
4+
- cron: '00 02,14 * * *'
55

66
permissions:
77
issues: write
@@ -15,3 +15,4 @@ jobs:
1515
with:
1616
stale-issue-message: 'This issue has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.'
1717
stale-pr-message: 'This PR has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.'
18+
operations-per-run: 100

0 commit comments

Comments
 (0)