Skip to content

Commit f59cf8b

Browse files
committed
fix #15: add stalebot config
1 parent 8952122 commit f59cf8b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/stale.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
daysUntilStale: 60
2+
daysUntilClose: 7
3+
4+
exemptLabels: [ 'status: pending' ]
5+
exemptProjects: true
6+
exemptMilestones: true
7+
exemptAssignees: true
8+
9+
staleLabel: 'status: stale'
10+
11+
markComment: >
12+
This issue has been automatically marked as stale because it has not had
13+
recent activity. It will be closed if no further activity occurs. Thank you
14+
for your contributions.
15+
16+
closeComment: false

0 commit comments

Comments
 (0)