mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
github: Increase stale days
This commit is contained in:
parent
965760835d
commit
85c5b89593
1 changed files with 2 additions and 2 deletions
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
|
@ -8,8 +8,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@04a1828bc18ada028d85a0252a47cd2963a91abe
|
- uses: actions/stale@04a1828bc18ada028d85a0252a47cd2963a91abe
|
||||||
with:
|
with:
|
||||||
days-before-issue-stale: 120
|
days-before-issue-stale: 600
|
||||||
days-before-pr-stale: 90
|
days-before-pr-stale: 200
|
||||||
days-before-issue-close: -1
|
days-before-issue-close: -1
|
||||||
days-before-pr-close: -1
|
days-before-pr-close: -1
|
||||||
stale-issue-message: >
|
stale-issue-message: >
|
||||||
|
|
Loading…
Reference in a new issue