summaryrefslogtreecommitdiff
path: root/javascript/videojs/.github/workflows/lock.yml
blob: bb58205146c01c48efc3cfb126efa6baac9147dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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'