Skip to content

Commit 487863c

Browse files
Bump dessant/lock-threads from 2.1.2 to 3 (#1040)
* Bump dessant/lock-threads from 2.1.2 to 3 Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2.1.2 to 3. - [Release notes](https://github.com/dessant/lock-threads/releases) - [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md) - [Commits](dessant/lock-threads@v2.1.2...v3) --- updated-dependencies: - dependency-name: dessant/lock-threads dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update lock.yml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Gaynor <[email protected]>
1 parent 8e1f599 commit 487863c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lock.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
lock:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: dessant/lock-threads@v2.1.2
10+
- uses: dessant/lock-threads@v3
1111
with:
1212
github-token: ${{ secrets.GITHUB_TOKEN }}
13-
issue-lock-inactive-days: 90
14-
pr-lock-inactive-days: 90
13+
issue-inactive-days: 90
14+
pr-inactive-days: 90

0 commit comments

Comments
 (0)