diff --git a/.github/classifier.json b/.github/classifier.json index 9607d5f137f..e8d730c603d 100644 --- a/.github/classifier.json +++ b/.github/classifier.json @@ -3,6 +3,9 @@ "assignees": { "JacksonKearl": { "assign": true + }, + "bpasero": { + "assign": true } }, "labels": { @@ -11,6 +14,24 @@ "assign": [ "JacksonKearl" ] + }, + "workbench-editors": { + "applyLabel": false, + "assign": [ + "bpasero" + ] + }, + "workbench-history": { + "applyLabel": false, + "assign": [ + "bpasero" + ] + }, + "workbench-notifications": { + "applyLabel": false, + "assign": [ + "bpasero" + ] } } }