Skip to content

Commit cda1317

Browse files
authored
Decrease stale period from 60 to 30 days
1 parent ffcd02d commit cda1317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/stale@v9
2121
with:
2222
repo-token: ${{ secrets.GITHUB_TOKEN }}
23-
days-before-stale: 60
23+
days-before-stale: 30
2424
days-before-close: 7
2525

2626
# Do not stale PRs

0 commit comments

Comments
 (0)