From 61227998a7e4de038eafdbe216e6644f806cbb69 Mon Sep 17 00:00:00 2001 From: Timur Olzhabayev Date: Tue, 14 Dec 2021 11:46:40 +0100 Subject: [PATCH] chore(commands): add plugins-catalog issues to plugins platform project automatically (#43078) --- .github/commands.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/commands.json b/.github/commands.json index 48413029bbb..99d68eea9ae 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -57,5 +57,13 @@ "addToProject": { "url": "https://github.com/orgs/grafana/projects/78" } + }, + { + "type": "label", + "name": "area/plugins-catalog", + "action": "addToProject", + "addToProject": { + "url": "https://github.com/orgs/grafana/projects/76" + } } ]