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 dab45e4 commit 79ed40aCopy full SHA for 79ed40a
.github/workflows/stale.yml
@@ -1,7 +1,7 @@
1
name: 'Close stale issues and PRs'
2
on:
3
schedule:
4
- - cron: '00 01,13 * * *'
+ - cron: '00 02,14 * * *'
5
6
permissions:
7
issues: write
@@ -15,3 +15,4 @@ jobs:
15
with:
16
stale-issue-message: 'This issue has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.'
17
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