From d99039f63dbdd8df29cdb9dbda1c8862971e483d Mon Sep 17 00:00:00 2001 From: Georg Krause <mail@georg-krause.net> Date: Sat, 19 Mar 2022 21:12:01 +0100 Subject: [PATCH] Don't mark issue as Doing if its blocked --- .triage-policies.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.triage-policies.yml b/.triage-policies.yml index 84393c1..30f3749 100644 --- a/.triage-policies.yml +++ b/.triage-policies.yml @@ -115,6 +115,8 @@ resource_rules: conditions: ruby: merge_requests_count > 0 state: opened + forbidden_labels: + - "Status: Blocked" actions: labels: - "Doing" -- GitLab