diff options
author | Carlos Soriano <csoriano1618+gnome@gmail.com> | 2019-02-18 07:41:29 +0000 |
---|---|---|
committer | Carlos Soriano <csoriano1618+gnome@gmail.com> | 2019-02-18 07:41:29 +0000 |
commit | b82c35244c1e0128282764de3fedfcf11c41d273 (patch) | |
tree | e02eee1bb841b5c1024d7a73c3221d170323deb1 /.triage-policies.yml | |
parent | 7f5d6b2afcea142e499e5b468439fc5479b430d8 (diff) | |
download | nautilus-b82c35244c1e0128282764de3fedfcf11c41d273.tar.gz |
triage-policies: Change feature closing to updated_at
It could create bad blood to close a recently discussed or updated
issue...
Diffstat (limited to '.triage-policies.yml')
-rw-r--r-- | .triage-policies.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.triage-policies.yml b/.triage-policies.yml index cd1a1c4c0..d97c0c470 100644 --- a/.triage-policies.yml +++ b/.triage-policies.yml @@ -76,10 +76,10 @@ resource_rules: - name: Close old feature proposals without planning labels or milestones conditions: date: - attribute: created_at + attribute: updated_at condition: older_than interval_type: months - interval: 24 + interval: 12 labels: - 1. Feature forbidden_labels: @@ -106,7 +106,7 @@ resource_rules: Unfortunately, no Merge Request has been provided for this, and/or the project contributors are not planning this feature in the foreseeable future. This issue will be closed as it meets the following criteria: - * Created more than 12 months ago + * No activity in more than 12 months * Labeled as ~"1. Feature" * Not associated with a milestone or with ~"2. Deliverable" or ~"2. Stretch" project planning labels. |