aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/lock.yml
blob: b220cfba8beec6e988726a197c7e34865ca17cbd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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: '30'
          issue-lock-reason: ''
          pr-lock-inactive-days: '30'
          pr-lock-reason: ''