Skip to content

Commit 4890039

Browse files
authored
Added stale bot (#370)
* added stale bot * added stale bot * added stale bot
1 parent 83ed827 commit 4890039

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/stale.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Configuration for probot-stale - https://github.com/probot/stale
2+
3+
# Number of days of inactivity before an Issue becomes stale
4+
daysUntilStale: 60
5+
6+
# Number of days of inactivity before a stale Issue is closed.
7+
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
8+
daysUntilClose: 7
9+
10+
# Issues with these labels will never be considered stale. Set to `[]` to disable
11+
exemptLabels:
12+
- bug
13+
- docs improvement
14+
- help wanted
15+
16+
# Label to use when marking as stale
17+
staleLabel: stale
18+
19+
issues:
20+
# Comment to post when marking Issues as stale.
21+
markComment: >
22+
This issue has been automatically marked as stale because it has not had any
23+
recent activity. It will be closed in 7 days if no further activity occurs.
24+
# Comment to post when closing a stale Issue.
25+
closeComment: >
26+
This issue has been automatically closed because it has not had any recent
27+
activity. If you have a question or comment, please open a new issue.

0 commit comments

Comments
 (0)