Skip to content

Commit fadfe6e

Browse files
committed
Add stale bot
1 parent 47b2f33 commit fadfe6e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/stale.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Automatically close questions and other uncategorized issues on inactivity
2+
only: issues
3+
daysUntilStale: 30
4+
daysUntilClose: 7
5+
exemptLabels:
6+
- bug
7+
- enhancement
8+
exemptProjects: true
9+
exemptMilestones: true
10+
exemptAssignees: true
11+
staleLabel: stale
12+
markComment: >
13+
This issue has been automatically marked as stale because it has not had
14+
recent activity. It will be closed if no further activity occurs. Thank you
15+
for your contributions.
16+
closeComment: false
17+
limitPerRun: 1

0 commit comments

Comments
 (0)