docs(readme): add a brief summary for the default behaviour (#467)

@luketomlinson I think that we don't even need to change something in the default config due to the PR removing the skip comment options
This commit is contained in:
Geoffrey Testelin 2021-05-25 21:02:32 +02:00 committed by GitHub
parent 6ec637d238
commit e884599072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,12 @@
Warns and then closes issues and PRs that have had no activity for a specified amount of time.
The default configuration will:
- Add a label "Stale" on issues and pull requests after 60 days of inactivity
- Close the stale issues and pull requests after 7 days of inactivity
- If an update/comment occur on stale issues or pull requests, the stale label will be removed and the timer will restart
## All options
### List of options