From cd2381c266c162b144fdab91f91ec49542e07dea Mon Sep 17 00:00:00 2001 From: Peng Lyu Date: Tue, 13 Sep 2022 09:57:18 -0700 Subject: [PATCH] Stop adding notebook-triage labels. (#160818) --- .github/commands.json | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/commands.json b/.github/commands.json index c429bff29f2..5ade58ab38a 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -84,21 +84,6 @@ "reason": "not_planned", "comment": "The described behavior is how it is expected to work. If you disagree, please explain what is expected and what is not in more detail. See also our [issue reporting guidelines](https://aka.ms/vscodeissuereporting).\n\nHappy Coding!" }, - { - "type": "label", - "name": "notebook", - "regex": "notebook.*", - "assign": [ - "rebornix" - ] - }, - { - "type": "label", - "name": "notebook-triage", - "regex": "notebook.*", - "action": "updateLabels", - "addLabel": "notebook-triage" - }, { "type": "label", "name": "L10N",