Skip to content

Commit e884599

Browse files
authored
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
1 parent 6ec637d commit e884599

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Warns and then closes issues and PRs that have had no activity for a specified amount of time.
44

5+
The default configuration will:
6+
7+
- Add a label "Stale" on issues and pull requests after 60 days of inactivity
8+
- Close the stale issues and pull requests after 7 days of inactivity
9+
- If an update/comment occur on stale issues or pull requests, the stale label will be removed and the timer will restart
10+
511
## All options
612

713
### List of options

0 commit comments

Comments
 (0)