Skip to content

Commit 907e4a8

Browse files
Bump dessant/lock-threads from 2 to 3 (#904)
* 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](dessant/lock-threads@v2...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]> * .github/workflows: Update dessant/lock-threads inputs for v3 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brian Flad <[email protected]>
1 parent 654852a commit 907e4a8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/lock.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ jobs:
88
lock:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: dessant/lock-threads@v2
11+
- uses: dessant/lock-threads@v3
1212
with:
1313
github-token: ${{ github.token }}
14-
issue-lock-comment: >
14+
issue-comment: >
1515
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.
1616
1717
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.
18-
issue-lock-inactive-days: '30'
19-
pr-lock-comment: >
18+
issue-inactive-days: '30'
19+
pr-comment: >
2020
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.
2121
2222
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.
23-
pr-lock-inactive-days: '30'
23+
pr-inactive-days: '30'

0 commit comments

Comments
 (0)