mirror of
https://github.com/videojs/video.js.git
synced 2024-12-27 02:43:45 +02:00
23 lines
371 B
YAML
23 lines
371 B
YAML
name: 'Lock Threads'
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 1 * * 1,4'
|
|
workflow_dispatch:
|
|
|
|
permissions:
|
|
issues: write
|
|
|
|
concurrency:
|
|
group: lock
|
|
|
|
jobs:
|
|
action:
|
|
if: ${{ github.repository_owner == 'videojs' }}
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: dessant/lock-threads@v4
|
|
with:
|
|
issue-inactive-days: '60'
|
|
process-only: 'issues'
|