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.
2 parents 12f16e5 + cb2bb4c commit c9f8e70Copy full SHA for c9f8e70
.github/stale.yml
@@ -7,6 +7,10 @@ daysUntilStale: 7
7
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
8
daysUntilClose: 7
9
10
+# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
11
+exemptLabels:
12
+ - backlog
13
+
14
# Label to use when marking as stale
15
staleLabel: stale
16
@@ -22,4 +26,4 @@ closeComment: >
22
26
issue or create a new one.
23
27
24
28
# Limit to only `issues` or `pulls`
25
-only: issues
29
+only: issues
0 commit comments