From c694a8b9601c3b002433d5a55c7ac5defff6fc05 Mon Sep 17 00:00:00 2001 From: Tyler James Leonhardt Date: Tue, 3 Aug 2021 14:01:10 -0700 Subject: [PATCH] add new label assignment --- .github/commands.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/commands.json b/.github/commands.json index a2a0e543257..558544c51fb 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -70,6 +70,11 @@ "name": "notebook", "assign": ["rebornix"] }, + { + "type": "label", + "name": "L10N", + "assign": ["csigs", "TylerLeonhardt"] + }, { "type": "comment", "name": "duplicate",