We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c6463 commit 1b2af87Copy full SHA for 1b2af87
.github/workflows/stale.yml
@@ -1,7 +1,7 @@
1
name: 'Close stale issues and PRs'
2
on:
3
schedule:
4
- - cron: '00 02,14 * * *'
+ - cron: '00 02 * * *'
5
6
permissions:
7
issues: write
@@ -13,6 +13,7 @@ jobs:
13
steps:
14
- uses: actions/stale@v9
15
with:
16
+ days-before-issue-stale: 180
17
stale-issue-message: 'This issue has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.'
18
stale-pr-message: 'This PR has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.'
19
operations-per-run: 250
0 commit comments