[nautilus] triage-policies: Change feature closing to updated_at



commit b82c35244c1e0128282764de3fedfcf11c41d273
Author: Carlos Soriano <csoriano1618+gnome gmail com>
Date:   Mon Feb 18 07:41:29 2019 +0000

    triage-policies: Change feature closing to updated_at
    
    It could create bad blood to close a recently discussed or updated
    issue...

 .triage-policies.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.triage-policies.yml b/.triage-policies.yml
index cd1a1c4c0..d97c0c470 100644
--- a/.triage-policies.yml
+++ b/.triage-policies.yml
@@ -76,10 +76,10 @@ resource_rules:
       - name: Close old feature proposals without planning labels or milestones
         conditions:
           date:
-            attribute: created_at
+            attribute: updated_at
             condition: older_than
             interval_type: months
-            interval: 24
+            interval: 12
           labels:
             - 1. Feature
           forbidden_labels:
@@ -106,7 +106,7 @@ resource_rules:
             Unfortunately, no Merge Request has been provided for this, and/or the project contributors are 
not planning this feature in the foreseeable future.
 
             This issue will be closed as it meets the following criteria:
-            * Created more than 12 months ago
+            * No activity in more than 12 months
             * Labeled as ~"1. Feature"
             * Not associated with a milestone or with ~"2. Deliverable" or ~"2. Stretch" project planning 
labels.
             


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