From 3208d53cb19019c381eaab48c5fc61017118f84b Mon Sep 17 00:00:00 2001 From: Rich Chiodo Date: Fri, 15 Oct 2021 13:05:06 -0700 Subject: [PATCH] Add triage label when notebook label is assigned --- .github/commands.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/commands.json b/.github/commands.json index 0e792bb488e..80042eef4b7 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -73,6 +73,13 @@ "rebornix" ] }, + { + "type": "label", + "name": "notebook-triage", + "regex": "notebook.*", + "action": "updateLabels", + "addLabel": "needs-notebook-triage" + }, { "type": "label", "name": "L10N",