Upgrade to Lock Threads 2

This commit is contained in:
Benoit Blanchon
2021-01-31 10:59:07 +01:00
parent c70a491f59
commit ab902128dc
2 changed files with 14 additions and 7 deletions

14
.github/workflows/lock.yml vendored Normal file
View File

@@ -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: 30