Skip to content
Permalink
Browse files

Create lock.yml

  • Loading branch information
JakeChampion committed Sep 30, 2020
1 parent 5e3aa10 commit 87677811d543cfb44b124e026b50f710e95017ec
Showing with 14 additions and 0 deletions.
  1. +14 −0 .github/workflows/lock.yml
@@ -0,0 +1,14 @@
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: '180'

0 comments on commit 8767781

Please sign in to comment.