From d3abc86b5a23eb5e14d9f707cc73df8ea2d276af Mon Sep 17 00:00:00 2001 From: Jackson Kearl Date: Thu, 8 Jul 2021 18:07:35 -0700 Subject: [PATCH] Add command to assign Peng to notebook issues --- .github/commands.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/commands.json b/.github/commands.json index 227990543c5..8a1fb37ee60 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -65,6 +65,11 @@ "action": "close", "comment": "The described behavior is how it is expected to work. If you disagree, please explain what is expected and what is not in more detail. See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!" }, + { + "type": "label", + "name": "notebook", + "assign": ["rebornix"] + }, { "type": "comment", "name": "duplicate",