summaryrefslogtreecommitdiff
path: root/.github/workflows/lock.yaml
blob: c771673b667fafcb6f77bc6c513c871c777968a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: 'Lock threads'

on:
  schedule:
    - cron: '0 0 * * *'

jobs:
  lock:
    runs-on: ubuntu-latest
    steps:
      - uses: dessant/lock-threads@v4
        with:
          github-token: ${{ github.token }}
          issue-inactive-days: 14
          pr-inactive-days: 14