Skip to content

Commit

Permalink
github: Increase stale days
Browse files Browse the repository at this point in the history
  • Loading branch information
bep authored Jan 5, 2022
1 parent 9657608 commit 85c5b89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
Expand Down

0 comments on commit 85c5b89

Please sign in to comment.