From 6ce82d080e567e9b9b17485a7c063f450de9de36 Mon Sep 17 00:00:00 2001 From: Carlos Cuesta Date: Sat, 19 Feb 2022 20:27:21 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20`lock-threads`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lock.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index 0fb3742..f6ed579 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -6,8 +6,8 @@ jobs: lock: runs-on: ubuntu-latest steps: - - uses: dessant/lock-threads@v2 + - uses: dessant/lock-threads@v3 with: github-token: ${{ github.token }} - issue-lock-inactive-days: '1' - pr-lock-inactive-days: '1' + issue-inactive-days: '1' + pr-inactive-days: '1'