From 23c6fbb29a4c76f4e04aaa1e0131035a291269f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Sun, 21 Jun 2020 22:18:56 -0300 Subject: [PATCH] Include 2017 when locking issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- .github/workflows/lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index a6075dd4f5..4c3adfc5d7 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -11,5 +11,5 @@ jobs: - uses: dessant/lock-threads@v2 with: github-token: ${{ github.token }} - issue-exclude-created-before: '2018-01-01T00:00:00Z' + issue-exclude-created-before: '2017-01-01T00:00:00Z' process-only: 'issues'