Skip to content

Commit 3208d53

Browse files
committed
Add triage label when notebook label is assigned
1 parent f2c4335 commit 3208d53

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)