From c6a9fbb5c7e9d0dca57e9584a71659c50cee7574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 17:58:15 +0100 Subject: [PATCH] Bump `dessant/lock-threads` from 4.0.1 to 5.0.1 (#3994) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com> --- .github/workflows/lock.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index 4ad5c9c30..f2ab9d029 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -8,10 +8,12 @@ jobs: lock: runs-on: ubuntu-latest steps: - - uses: dessant/lock-threads@v4.0.1 + - uses: dessant/lock-threads@v5.0.1 with: github-token: ${{ github.token }} issue-inactive-days: '7' issue-lock-reason: '' pr-inactive-days: '7' pr-lock-reason: '' + # Don't lock Discussions + process-only: 'issues, prs'