From ac053823ab64a2d9c7e9df36187457e411869d3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 06:14:08 +0000 Subject: [PATCH 1/2] Bump dessant/lock-threads from 4.0.1 to 5.0.0 Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 4.0.1 to 5.0.0. - [Release notes](https://github.com/dessant/lock-threads/releases) - [Changelog](https://github.com/dessant/lock-threads/blob/main/CHANGELOG.md) - [Commits](https://github.com/dessant/lock-threads/compare/v4.0.1...v5.0.0) --- updated-dependencies: - dependency-name: dessant/lock-threads dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index 11b831a3df16..a8d7f7ce2699 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -9,7 +9,7 @@ jobs: lock: runs-on: ubuntu-latest steps: - - uses: dessant/lock-threads@v4.0.1 + - uses: dessant/lock-threads@v5.0.0 with: github-token: ${{ github.token }} issue-lock-inactive-days: "30" From d44942d8fe8d6842864f8caf32d2f3c102228f81 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 20 Nov 2023 08:37:53 +0100 Subject: [PATCH 2/2] Limit to PRs and issues --- .github/workflows/lock.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index a8d7f7ce2699..66c2bf8f0e51 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -12,6 +12,7 @@ jobs: - uses: dessant/lock-threads@v5.0.0 with: github-token: ${{ github.token }} + process-only: "issues, prs" issue-lock-inactive-days: "30" issue-exclude-created-before: "2020-10-01T00:00:00Z" issue-lock-reason: ""