[nautilus] triage-policies: Don't repeat untriaged issues



commit b282a1a935319ff324871a63ab1ddc19eaef4240
Author: António Fernandes <antoniojpfernandes gmail com>
Date:   Sun Jun 9 16:07:44 2019 +0000

    triage-policies: Don't repeat untriaged issues
    
    If not addressed in a week, untriaged issue are listed again in the new summary issue.
    
    Avoid this by ignoring those already marked as untriaged.

 .triage-policies.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.triage-policies.yml b/.triage-policies.yml
index 25a36c791..50ac42e6e 100644
--- a/.triage-policies.yml
+++ b/.triage-policies.yml
@@ -57,6 +57,7 @@ resource_rules:
             - 1. Feature
             - 1. Enhancement
             - 1. Regression
+            - 15. Untriaged
             - Bot Exception
           state: opened
         actions:


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