Shorten the window before we lock threads

Per Nate's recommendation, let's lock things after 90 days rather than
360
This commit is contained in:
Ian Stapleton Cordasco
2021-08-25 13:23:34 -05:00
committed by Nate Prewitt
parent 7adb8686ac
commit 8ea90a5ce7
+2
View File
@@ -13,3 +13,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v2
issue-lock-inactive-days: 90
pr-lock-inactive-days: 90