Increase issue lock time to half a year

Sometimes three months is quite soon, let's see how half a year works out.
This commit is contained in:
Fabian Homborg 2020-12-26 19:36:55 +01:00
parent a6674483c1
commit 17ceb71169

View File

@ -11,6 +11,6 @@ jobs:
- uses: dessant/lock-threads@v2
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: '90'
pr-lock-inactive-days: '90'
issue-lock-inactive-days: '180'
pr-lock-inactive-days: '180'
issue-exclude-labels: 'question'