From db147574ce394043a0cd28b47afd96f8b9daf79f Mon Sep 17 00:00:00 2001 From: Jason Grout Date: Mon, 5 Aug 2019 23:26:31 -0700 Subject: [PATCH] Pause lockbot --- .github/lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/lock.yml b/.github/lock.yml index 8572bc1a3e2e..aaa7e84f46cd 100644 --- a/.github/lock.yml +++ b/.github/lock.yml @@ -1,7 +1,7 @@ # Configuration for Lock Threads - https://github.com/dessant/lock-threads # Number of days of inactivity before a closed issue or pull request is locked -daysUntilLock: 30 +daysUntilLock: 10000 # Skip issues and pull requests created before a given timestamp. Timestamp must # follow ISO 8601 (`YYYY-MM-DD`). Set to `false` to disable