aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/lockthreads.yml
blob: f3ec106a6e6c890f84afd080084f1643fc83a4e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: 'Lock threads'

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

jobs:
  lock:
    runs-on: ubuntu-latest
    steps:
      - uses: dessant/lock-threads@v2
        with:
          github-token: ${{ github.token }}
          pr-lock-inactive-days: '90'
          process-only: 'prs'