Skip to content

Commit b8362ab

Browse files
authored
Add stalebot config
1 parent cb6f6c0 commit b8362ab

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/stale.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Mark issues stale after 1 year
2+
daysUntilStale: 365
3+
# Delete stale issues after 2 years
4+
daysUntilClose: 730
5+
markComment: >
6+
This issue has been automatically marked as stale because it has not had
7+
recent activity. It will be closed if no further activity occurs. Thank you
8+
for your contributions.
9+
closeComment: >
10+
This issue has been automatically closed after being marked stale. If you're
11+
still facing this problem with the above solution, please comment and we'll
12+
reopen!

0 commit comments

Comments
 (0)