Commit 12dd7813 authored by zen's avatar zen
Browse files

fix wording after conversion to work item statuses

In 845bafb7 the use of Roadmap:: labels was converted into work items,
but the comment added still refers to "unlabelled" where it should
really say "untriaged".
parent 242274cb
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -20,7 +20,7 @@ resource_rules:
          labels:
          labels:
            - Stale
            - Stale
          comment: |
          comment: |
            This issue is unlabelled after 5 days. It needs
            This issue is untriaged after 5 days. It needs
            attention. Please take care of this before the end of
            attention. Please take care of this before the end of
            #{2.days.from_now.strftime('%Y-%m-%d')}, otherwise it will
            #{2.days.from_now.strftime('%Y-%m-%d')}, otherwise it will
            be marked "Not Scheduled".
            be marked "Not Scheduled".
@@ -44,7 +44,7 @@ resource_rules:
          most_recent: 5
          most_recent: 5
        actions:
        actions:
          comment: |
          comment: |
            This issue is unlabelled after 7 days and has been moved
            This issue is untriaged after 7 days and has been moved
            to the "Not Scheduled" status.
            to the "Not Scheduled" status.


            To make the bot ignore this ticket, add the ~bot-ignore
            To make the bot ignore this ticket, add the ~bot-ignore