From c6c82912e7159d40d2cedf5394ddb22d9a39bd3e Mon Sep 17 00:00:00 2001 From: natellium <74534993+natellium@users.noreply.github.com> Date: Thu, 9 Dec 2021 19:25:33 +0100 Subject: [PATCH] Add user essentials issues directly to project (#42944) To automate part of our escalations flow, we'd like to automatically add issues with the oss-user-essentials label to our project. --- .github/commands.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/commands.json b/.github/commands.json index b86ea867538..48413029bbb 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -49,5 +49,13 @@ "action": "close", "addLabel": "not implemented", "comment": "This feature request has been open for a long time with few received upvotes or comments, so we are closing it. We're trying to limit open GitHub issues in order to better track planned work and features. \r\n\r\nThis doesn't mean that we'll never ever implement it or that we will never accept a PR for it. A closed issue can still attract upvotes and act as a ticket to track feature demand\/interest. \r\n\r\nThank You to you for taking the time to create this issue!" + }, + { + "type": "label", + "name": "oss-user-essentials", + "action": "addToProject", + "addToProject": { + "url": "https://github.com/orgs/grafana/projects/78" + } } ]