From 1c84e76d32b6ed7a2c8fafbc0b2e78a1f737eff2 Mon Sep 17 00:00:00 2001 From: Esteban Beltran Date: Thu, 12 Sep 2024 14:46:45 +0200 Subject: [PATCH] Triager: Add area/query-library to commands.json (#92963) --- .github/commands.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/commands.json b/.github/commands.json index 568ea8d6316..c301811425f 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -1098,5 +1098,13 @@ "addToProject": { "url": "https://github.com/orgs/grafana/projects/457" } + }, + { + "type": "label", + "name": "area/query-library", + "action": "addToProject", + "addToProject": { + "url": "https://github.com/orgs/grafana/projects/736" + } } ]