From 31df191941ddf502ef9fd6132ff5c36adc25910c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 13:18:56 +0000 Subject: [PATCH 1/2] build(deps): 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] --- .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 ed67648c7..e652c9aa1 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -8,7 +8,7 @@ jobs: lock: runs-on: ubuntu-latest steps: - - uses: dessant/lock-threads@v2 + - uses: dessant/lock-threads@v3 with: github-token: ${{ github.token }} issue-lock-comment: > From ada6f401316fe5c042fc378bb3354627fe8731ad Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Fri, 11 Mar 2022 15:56:17 -0500 Subject: [PATCH 2/2] .github/workflows: Update dessant/lock-threads inputs for v3 --- .github/workflows/lock.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index e652c9aa1..4c1ff4e40 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -11,13 +11,13 @@ jobs: - uses: dessant/lock-threads@v3 with: github-token: ${{ github.token }} - issue-lock-comment: > + issue-comment: > I'm going to lock this issue because it has been closed for _30 days_ ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. - issue-lock-inactive-days: '30' - pr-lock-comment: > + issue-inactive-days: '30' + pr-comment: > I'm going to lock this pull request because it has been closed for _30 days_ ⏳. This helps our maintainers find and focus on the active contributions. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. - pr-lock-inactive-days: '30' + pr-inactive-days: '30'