Skip to content

Commit 1b2af87

Browse files
ryanfoxtylerharshil-goel
authored andcommitted
Update stale.yml
1 parent 99c6463 commit 1b2af87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stale.yml

+2-1
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 02,14 * * *'
4+
- cron: '00 02 * * *'
55

66
permissions:
77
issues: write
@@ -13,6 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/stale@v9
1515
with:
16+
days-before-issue-stale: 180
1617
stale-issue-message: 'This issue has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.'
1718
stale-pr-message: 'This PR has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.'
1819
operations-per-run: 250

0 commit comments

Comments
 (0)