Configure stale bot
This commit is contained in:
parent
60af982d68
commit
b15643399c
3
.github/workflows/stale.yml
vendored
3
.github/workflows/stale.yml
vendored
@ -15,7 +15,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/stale@v9
|
||||
with:
|
||||
stale-issue-message: 'This issue seems to be stale. It will be closed in 7 days if no further activity occurs.'
|
||||
stale-issue-message: 'This issue seems to be stale. It will be closed in 30 days if no further activity occurs.'
|
||||
stale-pr-message: 'This PR seems to be stale. Is it still relevant?'
|
||||
days-before-issue-stale: 180 # 6 months
|
||||
days-before-issue-close: 30 # 1 month
|
||||
days-before-pr-stale: 180 # 6 months
|
||||
|
Loading…
Reference in New Issue
Block a user