diff options
author | Bjørn Erik Pedersen <[email protected]> | 2022-01-05 15:48:00 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-01-05 15:48:00 +0100 |
commit | 85c5b895939031334e2b9caa598cdee45e14dd5b (patch) | |
tree | 142f929ef89b0cb59c395168a7a5dbd2ff5b592f /.github | |
parent | 965760835dbd0a83b176e4ccf896ffb9ed38e6d7 (diff) | |
download | hugo-85c5b895939031334e2b9caa598cdee45e14dd5b.tar.gz hugo-85c5b895939031334e2b9caa598cdee45e14dd5b.zip |
github: Increase stale days
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/stale.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index a2bbacb79..134ff147c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -8,8 +8,8 @@ jobs: steps: - uses: actions/stale@04a1828bc18ada028d85a0252a47cd2963a91abe with: - days-before-issue-stale: 120 - days-before-pr-stale: 90 + days-before-issue-stale: 600 + days-before-pr-stale: 200 days-before-issue-close: -1 days-before-pr-close: -1 stale-issue-message: > |