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']