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:
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