Skip to content

Commit

Permalink
Make close when stale time 14 days (#6152)
Browse files Browse the repository at this point in the history
## Summary

20 days for close when stale is way too long. 

## Test plan

πŸ‘
  • Loading branch information
szydlovsky authored Jun 21, 2024
1 parent 85dee03 commit 29ff580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-when-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
uses: ./close-when-stale
with:
close-when-stale-label: "Close when stale"
days-to-close: 20
days-to-close: 14

0 comments on commit 29ff580

Please sign in to comment.