From 866912d62caf342cf5f572e002e66abfeb2eb596 Mon Sep 17 00:00:00 2001 From: Marcus Efraimsson Date: Wed, 17 Mar 2021 16:53:22 +0100 Subject: [PATCH] Update pr commands glob paths (#32074) --- .github/pr-commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pr-commands.json b/.github/pr-commands.json index 5de988e1cf2..c4eba0929c2 100644 --- a/.github/pr-commands.json +++ b/.github/pr-commands.json @@ -98,7 +98,7 @@ "type": "changedfiles", "matches": [ "public/app/plugins/datasource/elasticsearch/**/*", "pkg/tsdb/elasticsearch/**/*"], "action": "updateLabel", - "addLabel": "datasource/Prometheus" + "addLabel": "datasource/Elasticsearch" }, { "type": "changedfiles",