Configure stale bot
This commit is contained in:
parent
2678360f00
commit
a8fb03a8ec
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
with:
|
||||
stale-issue-message: 'This issue seems to be stale. It will be closed in 7 days if no further activity occurs.'
|
||||
days-before-issue-stale: 180 # 6 months
|
||||
days-before-issue-close: 7
|
||||
days-before-issue-close: 30 # 1 month
|
||||
days-before-pr-stale: 180 # 6 months
|
||||
days-before-pr-close: -1 # never close PRs
|
||||
debug-only: true
|
||||
|
Loading…
Reference in New Issue
Block a user