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 7f9b02c commit 6594f26Copy full SHA for 6594f26
.github/stale.yml
@@ -1,10 +1,13 @@
1
---
2
+# https://github.com/probot/stale
3
+#
4
# Number of days of inactivity before an issue becomes stale
5
daysUntilStale: 30
6
# Number of days of inactivity before a stale issue is closed
7
daysUntilClose: 7
8
# Issues with these labels will never be considered stale
9
exemptLabels:
10
+ - keep
11
- pinned
12
# Label to use when marking an issue as stale
13
staleLabel: wontfix
0 commit comments