Skip to content

Commit

Permalink
chore: Update lock thrads dependency (videojs#8044)
Browse files Browse the repository at this point in the history
  • Loading branch information
mister-ben authored and edirub committed Jun 8, 2023
1 parent 5ce9d20 commit bf494e7
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 @@ -2,7 +2,7 @@ name: 'Lock Threads'

on:
schedule:
- cron: '0 1 * * *'
- cron: '0 1 * * 1,4'
workflow_dispatch:

permissions:
Expand All @@ -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'

0 comments on commit bf494e7

Please # to comment.