mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 08:28:50 +01: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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: dessant/lock-threads@v2
|
- uses: dessant/lock-threads@v4
|
||||||
with:
|
with:
|
||||||
github-token: ${{ github.token }}
|
github-token: ${{ github.token }}
|
||||||
issue-lock-inactive-days: '90'
|
issue-inactive-days: '90'
|
||||||
issue-exclude-created-before: ''
|
exclude-issue-created-before: ''
|
||||||
issue-exclude-labels: ''
|
exclude-any-issue-labels: ''
|
||||||
issue-lock-labels: ''
|
add-issue-labels: ''
|
||||||
issue-lock-comment: ''
|
issue-comment: ''
|
||||||
issue-lock-reason: 'resolved'
|
issue-lock-reason: 'resolved'
|
||||||
process-only: ''
|
process-only: ''
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue