summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/stale.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
index 4e025871..e9d324bf 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -4,9 +4,11 @@ daysUntilStale: 60
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- - pinned
+ - pinned
- security
- enhancement
+ - bug
+ - long term
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable