Skip to content

Commit 1601efd

Browse files
authored
Update stale.yml
1 parent b77f2e8 commit 1601efd

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 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: 100

0 commit comments

Comments
 (0)