[nautilus] triage-policies: Change updated_at to created_at for unlabeled issues



commit ecf0a739761cf98f44fbcecc12036ff2500af292
Author: Carlos Soriano <csoriano redhat com>
Date:   Fri Dec 14 16:18:48 2018 +0100

    triage-policies: Change updated_at to created_at for unlabeled issues
    
    So even if the bot does something, or there is some movement that are
    not labels, the issue is still taken care of for proper triaging.
    
    Increased also to two months to compensate for the change.

 .triage-policies.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.triage-policies.yml b/.triage-policies.yml
index 3caec3a35..1a9937de5 100644
--- a/.triage-policies.yml
+++ b/.triage-policies.yml
@@ -43,10 +43,10 @@ resource_rules:
       - name: Mark stale unlabelled issues for triage
         conditions:
           date:
-            attribute: updated_at
+            attribute: created_at
             condition: older_than
             interval_type: months
-            interval: 1
+            interval: 2
           # We want to handle those that doesn't have these labels, including those with other labels.
           forbidden_labels:
             - 1. Bug


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