From 2432955cac4e095b51d054610d600da4799ee7c7 Mon Sep 17 00:00:00 2001 From: "Antenore Gatta (tmow)" Date: Tue, 31 Jan 2023 07:44:04 +0000 Subject: Enforce labelling after 8 days max --- .triage-policies.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.triage-policies.yml') diff --git a/.triage-policies.yml b/.triage-policies.yml index 5bc9d71a9..90fbd0e58 100644 --- a/.triage-policies.yml +++ b/.triage-policies.yml @@ -35,13 +35,13 @@ resource_rules: {{author}} the Remmina project is looking for new developers. We hope someone will take care of your problem in a short time, or you may considering helping out to solve this issue. - - name: Unlabelled after 30 days + - name: Unlabelled after 8 days conditions: date: attribute: updated_at condition: older_than interval_type: days - interval: 30 + interval: 8 state: opened no_additional_labels: true limits: -- cgit v1.2.3