From 22083d0a0b4311633e4bfc66177151bddf7769ab Mon Sep 17 00:00:00 2001 From: Fabio Busatto Date: Thu, 7 Jun 2018 08:08:35 +0000 Subject: Add "Warn about scheduled issues with no team label" --- .triage-policies.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/.triage-policies.yml b/.triage-policies.yml index ef1d079624c..efbf88810c4 100644 --- a/.triage-policies.yml +++ b/.triage-policies.yml @@ -199,6 +199,32 @@ resource_rules: Please could you revisit the issue and provide an update if it is still relevant. Thanks for your help + - name: Warn about scheduled issues with no team label + conditions: + forbidden_labels: + - CI/CD + - Configuration + - Discussion + - Distribution + - Documentation + - Geo + - Gitaly + - Monitoring + - Platform + - Quality + - Release + - Security Products + - UX + milestone: + - Started + state: opened + actions: + labels: + - awaiting feedback + - auto updated + mention: + - markglenfletcher + - gl-product merge_requests: rules: - name: Encourage old Community Merge Requests to completion -- cgit v1.2.1