We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec637d commit e884599Copy full SHA for e884599
README.md
@@ -2,6 +2,12 @@
2
3
Warns and then closes issues and PRs that have had no activity for a specified amount of time.
4
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
11
## All options
12
13
### List of options
0 commit comments