From 93acd4825e2391a60ed1be78d54447351d63f95c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 22:19:16 +0200 Subject: [PATCH] chore: Bump dessant/lock-threads from 2 to 3 (#5564) * chore: Bump dessant/lock-threads from 2 to 3 Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2 to 3. - [Release notes](https://github.com/dessant/lock-threads/releases) - [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md) - [Commits](https://github.com/dessant/lock-threads/compare/v2...v3) --- updated-dependencies: - dependency-name: dessant/lock-threads dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * update Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexis Saettler --- .github/workflows/lock.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index e255b19c25a..a48da8425bd 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -9,16 +9,16 @@ jobs: lock: runs-on: ubuntu-latest steps: - - uses: dessant/lock-threads@v2 + - uses: dessant/lock-threads@v3 with: github-token: ${{ github.token }} - issue-exclude-labels: retained - issue-lock-comment: | + exclude-any-issue-labels: retained + 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-exclude-labels: wip - pr-lock-comment: | + exclude-any-pr-labels: wip + 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.