From 50df54e4c7fb06df51a89d8f363e2997d2310449 Mon Sep 17 00:00:00 2001 From: David Lord Date: Mon, 4 Jul 2022 08:35:36 -0700 Subject: [PATCH] explain workflow --- .github/workflows/lock.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lock.yaml b/.github/workflows/lock.yaml index b4f76338..cd89f67c 100644 --- a/.github/workflows/lock.yaml +++ b/.github/workflows/lock.yaml @@ -1,3 +1,6 @@ +# This does not automatically close "stale" issues. Instead, it locks closed issues after 2 weeks of no activity. +# If there's a new issue related to an old one, we've found it's much easier to work on as a new issue. + name: 'Lock threads' on: