mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
Updates the stale timing and close timing
This commit is contained in:
parent
26d6f302cf
commit
ecdea4c3c8
2 changed files with 2 additions and 25 deletions
4
.github/workflows/repo-maintenance.yml
vendored
4
.github/workflows/repo-maintenance.yml
vendored
|
|
@ -19,8 +19,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/stale@v8
|
||||
with:
|
||||
days-before-stale: 30
|
||||
days-before-close: 7
|
||||
days-before-stale: 7
|
||||
days-before-close: 14
|
||||
only-labels: 'cant-reproduce'
|
||||
stale-issue-label: stale
|
||||
stale-pr-label: stale
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue