From 9bcfe4635bd422fefc7983457a33d108163d7055 Mon Sep 17 00:00:00 2001 From: commitay Date: Mon, 7 May 2018 02:26:17 +1000 Subject: [PATCH] probot: lock closed issues/pull requests (#46687) --- .github/lock.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/lock.yml diff --git a/.github/lock.yml b/.github/lock.yml new file mode 100644 index 0000000000000..df6875e3601bb --- /dev/null +++ b/.github/lock.yml @@ -0,0 +1,13 @@ +# 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: 90 +# Comment to post before locking. Set to `false` to disable +lockComment: false +# Issues or pull requests with these labels will not be locked +# exemptLabels: +# - no-locking +# Limit to only `issues` or `pulls` +# only: issues +# Add a label when locking. Set to `false` to disable +lockLabel: false