Skip to content

Commit 38a7110

Browse files
authored
Merge pull request microsoft#135184 from rchiodo/dev/rchiodo/add_notebook_triage_labels
Add triage label when notebook label is assigned
2 parents b85a272 + 3208d53 commit 38a7110

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/commands.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@
7373
"rebornix"
7474
]
7575
},
76+
{
77+
"type": "label",
78+
"name": "notebook-triage",
79+
"regex": "notebook.*",
80+
"action": "updateLabels",
81+
"addLabel": "needs-notebook-triage"
82+
},
7683
{
7784
"type": "label",
7885
"name": "L10N",

0 commit comments

Comments
 (0)