From ba2f6c66d3b11d12c84b30d322a293d210016682 Mon Sep 17 00:00:00 2001 From: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Thu, 17 Mar 2022 20:19:00 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Remove=20StaleBot=20age=20limit?= =?UTF-8?q?=20(#23907)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lock-closed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lock-closed.yml b/.github/workflows/lock-closed.yml index 8114568828..8cdcd7a836 100644 --- a/.github/workflows/lock-closed.yml +++ b/.github/workflows/lock-closed.yml @@ -22,7 +22,7 @@ jobs: github-token: ${{ github.token }} process-only: 'issues' issue-lock-inactive-days: '60' - issue-exclude-created-before: '2017-07-01T00:00:00Z' + issue-exclude-created-before: '' issue-exclude-labels: 'no-locking' issue-lock-labels: '' issue-lock-comment: >