Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2021-06-18 15:46:28 +0300
committerAntenore Gatta <antenore@simbiosi.org>2021-06-18 15:46:28 +0300
commit289af427472792f2befe9ae535c4512e8c05efde (patch)
tree4f62c8020789d078866af3aa089f54f0e18cf867 /.triage-policies.yml
parent0802aa30241c2291953fca851599429f3eb6b114 (diff)
Updating triage policy
Diffstat (limited to '.triage-policies.yml')
-rw-r--r--.triage-policies.yml18
1 files changed, 17 insertions, 1 deletions
diff --git a/.triage-policies.yml b/.triage-policies.yml
index 2e6efd3bd..98c404d16 100644
--- a/.triage-policies.yml
+++ b/.triage-policies.yml
@@ -1,7 +1,23 @@
resource_rules:
issues:
rules:
- - name: Triage policy
+ - name: Close older than 9 Months
+ conditions:
+ date:
+ attribute: updated_at
+ condition: older_than
+ interval_type: months
+ interval: 9
+ state: opened
+ limits:
+ most_recent: 50
+ actions:
+ status: close
+ comment: |
+ {{author}} This issue is now closed due to with no updates for a long time. Please re-open if still relevant.
+ CC {{assignees}}
+
+ - name: Unlabelled after 30 days
conditions:
date:
attribute: updated_at