Skip to content

Commit 6a23f3b

Browse files
authored
Merge pull request #8 from ss-o/patch-1
bump v2 to v3 lock.yml
2 parents 1b905e0 + 13153f3 commit 6a23f3b

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)