mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-21 00:31:15 -03:00
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:
4
.github/workflows/lockthreads.yml
vendored
4
.github/workflows/lockthreads.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user