Skip to content

Commit b1b5af9

Browse files
authored
⬆️ Upgrade lock-threads workflow to 3.0.0 (#92)
1 parent 1f93e15 commit b1b5af9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lock.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
name: 🔒 Lock closed issues and PRs
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: dessant/lock-threads@v2.1.2
15+
- uses: dessant/lock-threads@v3.0.0
1616
with:
1717
github-token: ${{ github.token }}
18-
issue-lock-inactive-days: "30"
18+
issue-inactive-days: "30"
1919
issue-lock-reason: ""
20-
pr-lock-inactive-days: "1"
20+
pr-inactive-days: "1"
2121
pr-lock-reason: ""

0 commit comments

Comments
 (0)