Lock app.

This commit is contained in:
James Cole 2021-05-02 15:00:40 +02:00
parent f52c6f7b00
commit c7128dedf2
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

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

@ -0,0 +1,15 @@
name: Lock Threads
uses: dessant/lock-threads@v2.0.1
on:
schedule:
- cron: '0 * * * *'
jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v2
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: '90'