triage-policies: Change feature closing to updated_at

It could create bad blood to close a recently discussed or updated
issue...
This commit is contained in:
Carlos Soriano 2019-02-18 07:41:29 +00:00
parent 7f5d6b2afc
commit b82c35244c

View file

@ -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.