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",