diff --git a/.triage-policies.yml b/.triage-policies.yml index d4dfb95f6d6a441c37fda8e358c0e5a4e851a79d..29b1279411822dc2071f40134bcbff1f13c52dff 100644 --- a/.triage-policies.yml +++ b/.triage-policies.yml @@ -23,22 +23,6 @@ resource_rules: A member of the team will have a look at this ticket as soon as possible. Afterwards this ticket will follow our issue workflow. We would really appreciate if you could check back to answer questions. Enjoy! -# - name: Remove inactive label if there was activity -# conditions: -# date: -# attribute: updated_at -# condition: newer_than -# interval_type: days -# interval: 60 -# state: opened -# labels: -# - "inactive" -# limits: -# most_recent: 50 -# actions: -# remove_labels: -# - "inactive" - - name: Inactive issues (close) conditions: date: @@ -129,7 +113,7 @@ resource_rules: - "Status: Need triage" - name: Apply in progress if merge request is opened conditions: - ruby: issue.merge_requests_count > 0 + ruby: merge_requests_count > 0 actions: labels: - "Doing"