mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-16 04:00:38 +03:00
Only freezes issues/prs after 120 days
This commit is contained in:
parent
c380139606
commit
23c483da10
6
.github/workflows/stale.yml
vendored
6
.github/workflows/stale.yml
vendored
@ -14,9 +14,11 @@ jobs:
|
||||
steps:
|
||||
- uses: dessant/lock-threads@v4.0.0
|
||||
with:
|
||||
issue-inactive-days: 21
|
||||
pr-inactive-days: 21
|
||||
issue-inactive-days: 120
|
||||
pr-inactive-days: 120
|
||||
log-output: true
|
||||
add-issue-labels: 'frozen-due-to-age'
|
||||
add-pr-labels: 'frozen-due-to-age'
|
||||
issue-comment: >
|
||||
This issue has been automatically locked since there
|
||||
has not been any recent activity after it was closed.
|
||||
|
Loading…
x
Reference in New Issue
Block a user