We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b2f33 commit fadfe6eCopy full SHA for fadfe6e
.github/stale.yml
@@ -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