[nautilus] triage-policies: Fix identation of the summary



commit 1632ab50104a839540824fcca5ac26a0645f1e64
Author: Carlos Soriano <csoriano redhat com>
Date:   Fri Dec 14 16:18:17 2018 +0100

    triage-policies: Fix identation of the summary
    
    Otherwise the task doesn't run.

 .triage-policies.yml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.triage-policies.yml b/.triage-policies.yml
index 9417ce02f..3caec3a35 100644
--- a/.triage-policies.yml
+++ b/.triage-policies.yml
@@ -57,16 +57,16 @@ resource_rules:
         actions:
           labels:
             - 15. Untriaged
-        summarize:
-          title: Issues that need triaging
-          item: |
-            - [{{title}}]({{web_url}}) {{labels}}
-          summary: |
-            The following issues had no activity in the past month and they are unlabeled:
+          summarize:
+            title: Issues that need triaging
+            item: |
+              - [{{title}}]({{web_url}}) {{labels}}
+            summary: |
+              The following issues were created two months ago and they are unlabeled:
 
-            {{items}}
+              {{items}}
 
-            /cc @Teams/BugSquad
+              /cc @Teams/BugSquad
 
       - name: Close old feature proposals without planning labels or milestones
         conditions:


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