[nautilus/triage-improvements] triage-policies: Lower the upvote treshold



commit 249e7dc820b8c63708bc20e084a4e958f9b26cd2
Author: Carlos Soriano <csoriano1618 gmail com>
Date:   Mon Jan 14 08:34:08 2019 +0000

    triage-policies: Lower the upvote treshold
    
    It's unlikely we will have feature request with more than 10 upvotes, so let's low that a bit

 .triage-policies.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.triage-policies.yml b/.triage-policies.yml
index 048079d3e..4e50c0733 100644
--- a/.triage-policies.yml
+++ b/.triage-policies.yml
@@ -87,7 +87,7 @@ resource_rules:
           upvotes:
             attribute: upvotes
             condition: less_than
-            threshold: 10
+            threshold: 5
         actions:
           labels:
             - 15. Auto Updated


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]