mirror of
https://github.com/Radarr/Radarr
synced 2025-01-22 15:40:08 +00:00
bump lock threads
github action to latest [skip ci]
Fix for nodejs 12 deprecation
This commit is contained in:
parent
3738750fa1
commit
7c67382f6f
1 changed files with 6 additions and 6 deletions
12
.github/workflows/lock.yml
vendored
12
.github/workflows/lock.yml
vendored
|
@ -14,13 +14,13 @@ jobs:
|
|||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: dessant/lock-threads@v2
|
||||
- uses: dessant/lock-threads@v4
|
||||
with:
|
||||
github-token: ${{ github.token }}
|
||||
issue-lock-inactive-days: '90'
|
||||
issue-exclude-created-before: ''
|
||||
issue-exclude-labels: ''
|
||||
issue-lock-labels: ''
|
||||
issue-lock-comment: ''
|
||||
issue-inactive-days: '90'
|
||||
exclude-issue-created-before: ''
|
||||
exclude-any-issue-labels: ''
|
||||
add-issue-labels: ''
|
||||
issue-comment: ''
|
||||
issue-lock-reason: 'resolved'
|
||||
process-only: ''
|
||||
|
|
Loading…
Reference in a new issue