Update lock.yml

decrease check to once per day and set inactivity time to 10 days
This commit is contained in:
Luc 2020-09-21 21:19:19 +02:00
parent 4421fc27b3
commit 84a72d57b3

View File

@ -2,7 +2,7 @@ name: 'Lock threads'
on:
schedule:
- cron: '0 * * * *'
- cron: '0 0 * * *'
jobs:
lock:
@ -11,7 +11,7 @@ jobs:
- uses: dessant/lock-threads@v2
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: '1'
issue-lock-inactive-days: '10'
issue-exclude-created-before: ''
issue-exclude-labels: 'planned'
issue-lock-labels: 'outdated'