Skip to content

Commit

Permalink
chore: Update lock thrads dependency (#8044)
Browse files Browse the repository at this point in the history
  • Loading branch information
mister-ben authored Dec 13, 2022
1 parent c414d62 commit e59222a
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 e59222a

Please # to comment.