From 77b32b6a5ec9a4aa6a867f79c4a294348d4eea5a Mon Sep 17 00:00:00 2001 From: abraunegg Date: Wed, 16 Jan 2019 07:24:58 +1100 Subject: [PATCH] Update lock.yml Change lockbot from 7 to 30 days --- .github/lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/lock.yml b/.github/lock.yml index 1d236eb6..b6520675 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: 7 +daysUntilLock: 30 # Skip issues and pull requests created before a given timestamp. Timestamp must # follow ISO 8601 (`YYYY-MM-DD`). Set to `false` to disable