summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-01-05 15:48:00 +0100
committerGitHub <noreply@github.com>2022-01-05 15:48:00 +0100
commit85c5b895939031334e2b9caa598cdee45e14dd5b (patch)
tree142f929ef89b0cb59c395168a7a5dbd2ff5b592f /.github/workflows
parent965760835dbd0a83b176e4ccf896ffb9ed38e6d7 (diff)
github: Increase stale days
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/stale.yml4
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: >