From 2629ecbc6e048d657bbee9f8ee0d1d459f783477 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Oct 2021 18:59:56 +0400 Subject: [PATCH] Bump dessant/lock-threads from 2.1.2 to 3 (#102) --- .github/workflows/autolock.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/autolock.yaml b/.github/workflows/autolock.yaml index e38d877..5a5cc15 100644 --- a/.github/workflows/autolock.yaml +++ b/.github/workflows/autolock.yaml @@ -11,18 +11,16 @@ jobs: lock: runs-on: ubuntu-20.04 steps: - - uses: dessant/lock-threads@v2.1.2 + - uses: dessant/lock-threads@v3.0.0 with: # Lock down after 3 months. - issue-lock-inactive-days: '90' - issue-lock-reason: 'resolved' - issue-lock-comment: > + issue-inactive-days: '90' + issue-comment: > This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. - pr-lock-inactive-days: '90' - pr-lock-reason: 'resolved' - pr-lock-comment: > + pr-inactive-days: '90' + pr-comment: > This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.