From fd372dcf7753dc90cd9d2c37ad27188b1ef1d552 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Tue, 12 May 2020 17:31:14 +0200 Subject: [PATCH] classifier - selfhost for some workbench labels --- .github/classifier.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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" + ] } } }