Skip to content

Commit

Permalink
Fix lock-threads option renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoWinter committed Oct 23, 2021
1 parent 4c53b3d commit e7f14a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
steps:
- uses: dessant/lock-threads@v3
with:
pr-lock-inactive-days: "1"
pr-inactive-days: "1"
pr-lock-reason: ""
exclude-any-pr-labels: keep-open

issue-lock-inactive-days: "7"
issue-inactive-days: "7"
issue-lock-reason: ""
exclude-any-issue-labels: keep-open

0 comments on commit e7f14a8

Please sign in to comment.