From 339cfb873621723fe1d3352a6c65ec17ee0ae959 Mon Sep 17 00:00:00 2001 From: Timur Olzhabayev Date: Tue, 21 Dec 2021 15:53:55 +0100 Subject: [PATCH] chore(commands): add issues of type/docs to global docs project (#43114) --- .github/commands.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/commands.json b/.github/commands.json index 99d68eea9ae..643b68c01ef 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -65,5 +65,13 @@ "addToProject": { "url": "https://github.com/orgs/grafana/projects/76" } + }, + { + "type": "label", + "name": "type/docs", + "action": "addToProject", + "addToProject": { + "url": "https://github.com/orgs/grafana/projects/69" + } } ]