Skip to content

Commit 13153f3

Browse files
authored
Update lock.yml
1 parent 1b905e0 commit 13153f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lock.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
name: 🔒 Lock closed issues and PRs
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: dessant/lock-threads@v2.0.3
14+
- uses: dessant/lock-threads@v3
1515
with:
1616
github-token: ${{ github.token }}
17-
issue-lock-inactive-days: "30"
17+
issue-inactive-days: "30"
1818
issue-lock-reason: ""
19-
pr-lock-inactive-days: "1"
19+
pr-inactive-days: "1"
2020
pr-lock-reason: ""

0 commit comments

Comments
 (0)