lockthreads.yml: decrease PR threshold, increase issue threshold

In my experience we rarely see a PR that may have activity after
365 days; issue reports are a very different story.

Goal: engagement
This commit is contained in:
Aaron Gyes
2022-11-12 03:12:49 -08:00
parent 9a870f40c2
commit 0f0da3c3d8

View File

@@ -20,6 +20,6 @@ jobs:
- uses: dessant/lock-threads@v2
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: '365'
pr-lock-inactive-days: '365'
issue-lock-inactive-days: '456'
pr-lock-inactive-days: '180'
issue-exclude-labels: 'question, needs more info'