1
0
mirror of https://github.com/videojs/video.js.git synced 2025-03-17 21:18:27 +02:00

chore: Update lock thrads dependency (#8044)

This commit is contained in:
mister-ben 2022-12-13 09:52:52 +01:00 committed by GitHub
parent c414d6278b
commit e59222a4ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ name: 'Lock Threads'
on:
schedule:
- cron: '0 1 * * *'
- cron: '0 1 * * 1,4'
workflow_dispatch:
permissions:
@ -16,7 +16,7 @@ jobs:
if: ${{ github.repository_owner == 'videojs' }}
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v3
- uses: dessant/lock-threads@v4
with:
issue-inactive-days: '60'
process-only: 'issues'