From bf6aab0a9313dc1cb8452038d0874eb66a9d3a48 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Fri, 8 Jan 2021 08:37:23 +0100 Subject: [PATCH] Set lock script from 60 to 180 days --- .github/lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/lock.yml b/.github/lock.yml index c5ceff66..2ac65f65 100755 --- a/.github/lock.yml +++ b/.github/lock.yml @@ -3,7 +3,7 @@ # # Number of days of inactivity before a closed issue or pull request is locked -daysUntilLock: 60 +daysUntilLock: 180 # Skip issues and pull requests created before a given timestamp. Timestamp must # follow ISO 8601 (`YYYY-MM-DD`). Set to `false` to disable