Skip to content

Commit

Permalink
docs(readme): add a brief summary for the default behaviour (#467)
Browse files Browse the repository at this point in the history
@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
  • Loading branch information
C0ZEN committed May 25, 2021
1 parent 6ec637d commit e884599
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit e884599

Please sign in to comment.