From 7211422850eb3e15c566f906c5816ec2fcefa777 Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Tue, 7 Mar 2023 10:53:03 +0000 Subject: [PATCH] Add to Docs squad project when PRs are labelled with type/docs (#64285) Signed-off-by: Jack Baldry --- .github/pr-commands.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/pr-commands.json b/.github/pr-commands.json index 81f055a99ce..1eb7b01a620 100644 --- a/.github/pr-commands.json +++ b/.github/pr-commands.json @@ -190,5 +190,13 @@ "ignoreList": ["renovate[bot]","dependabot[bot]"], "action": "updateLabel", "addLabel": "pr/external" + }, + { + "type":"label", + "name":"type/docs", + "action":"addToProject", + "addToProject":{ + "url":"https://github.com/orgs/grafana/projects/69" + } } ]