mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
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:
committed by
Nate Prewitt
parent
7adb8686ac
commit
8ea90a5ce7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user