1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-23 02:04:34 +02:00
video.js/.github/workflows/lock.yml

23 lines
371 B
YAML
Raw Normal View History

2022-05-25 05:14:23 +02:00
name: 'Lock Threads'
on:
schedule:
- cron: '0 1 * * 1,4'
2022-05-25 05:14:23 +02:00
workflow_dispatch:
permissions:
issues: write
concurrency:
group: lock
jobs:
action:
if: ${{ github.repository_owner == 'videojs' }}
2022-05-25 05:14:23 +02:00
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v4
2022-05-25 05:14:23 +02:00
with:
issue-inactive-days: '60'
process-only: 'issues'