Skip to content

Commit 92cfe0a

Browse files
authored
Bump the lock-threads action to version 3
This version has been released recently. Also, I had to modify the arguments passed to the action.
1 parent 76cdf8f commit 92cfe0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lock-threads.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
action:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: dessant/lock-threads@v2
19+
- uses: dessant/lock-threads@v3
2020
with:
21-
issue-lock-inactive-days: '30'
22-
pr-lock-inactive-days: '15'
21+
issue-inactive-days: '30'
22+
pr-inactive-days: '15'

0 commit comments

Comments
 (0)