We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ec7a7 commit 27cccc7Copy full SHA for 27cccc7
1 file changed
.github/stale.yml
@@ -0,0 +1,12 @@
1
+# Number of days of inactivity before an issue becomes stale
2
+daysUntilStale: 5
3
+# Number of days of inactivity before a stale issue is closed
4
+daysUntilClose: 2
5
+# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
6
+onlyLabels: question
7
+# Label to use when marking an issue as stale
8
+staleLabel: stale
9
+# Comment to post when closing a stale issue. Set to `false` to disable
10
+closeComment: >
11
+ This issue has been automatically closed due to inactivity. Feel free to comment in order to reopen
12
+ or ask again in our Telegram support group.
0 commit comments