Add triage label when notebook label is assigned

This commit is contained in:
Rich Chiodo 2021-10-15 13:05:06 -07:00
parent f2c43358fa
commit 3208d53cb1

View file

@ -73,6 +73,13 @@
"rebornix"
]
},
{
"type": "label",
"name": "notebook-triage",
"regex": "notebook.*",
"action": "updateLabels",
"addLabel": "needs-notebook-triage"
},
{
"type": "label",
"name": "L10N",