From 544204ec06d4303a207deeb945d8324318a2e290 Mon Sep 17 00:00:00 2001 From: Maxim Lobanov Date: Thu, 23 Jul 2020 13:17:07 +0300 Subject: [PATCH] Disable auto triage rules for type of issue (#1286) * disable auto triage bugs, questions * Update triage-rules.yml --- triage-rules.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/triage-rules.yml b/triage-rules.yml index f56e910f7b64..06e0bd255426 100644 --- a/triage-rules.yml +++ b/triage-rules.yml @@ -136,10 +136,10 @@ rules: # Types - valueFor: '**Question, Bug, or Feature?**' contains: Feature - addLabels: ['enhancement'] + addLabels: ['feature request'] - valueFor: '**Question, Bug, or Feature?**' contains: Bug - addLabels: ['bug'] + addLabels: ['investigate'] - valueFor: '**Question, Bug, or Feature?**' contains: Question addLabels: ['question']