summaryrefslogtreecommitdiff
path: root/.github/workflows/lock.yaml
blob: 7128f382b996e0e4767503de20f017df57bb919b (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@v2
        with:
          github-token: ${{ github.token }}
          issue-lock-inactive-days: 14
          pr-lock-inactive-days: 14