Refine Lock-Bot (#2052)

* Run lock bot twice a day and don't give a reason for locking

* Fix indentation
This commit is contained in:
Bibo-Joshi 2020-08-18 20:43:27 +02:00 committed by GitHub
parent b6b42b2043
commit 9105d83d37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@ name: 'Lock Closed Threads'
on:
schedule:
- cron: '8 4 * * *'
- cron: '19 42 * * *'
jobs:
lock:
@ -12,4 +13,6 @@ jobs:
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: '1'
pr-lock-inactive-days: '1'
issue-lock-reason: ''
pr-lock-inactive-days: '1'
pr-lock-reason: ''