Skip to content

Commit 52dd9a1

Browse files
[Fix] from 60 to 30 days to stale (#1143)
1 parent bbdde94 commit 52dd9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/stale@v3
1111
with:
12-
days-before-stale: 60
12+
days-before-stale: 30
1313
days-before-close: 7
1414
stale-issue-message: >
1515
This issue has been automatically marked as stale because it has not had

0 commit comments

Comments
 (0)