From 48253e6a15c96cb7dde2a198ca186437630e6022 Mon Sep 17 00:00:00 2001 From: David Lord Date: Sun, 26 Dec 2021 16:29:54 -0700 Subject: update option names for v3 --- .github/workflows/lock.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/lock.yaml b/.github/workflows/lock.yaml index 7128f38..b4f7633 100644 --- a/.github/workflows/lock.yaml +++ b/.github/workflows/lock.yaml @@ -8,8 +8,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: 14 - pr-lock-inactive-days: 14 + issue-inactive-days: 14 + pr-inactive-days: 14 -- cgit v1.2.1