From 6889e39526e1b71254c9030ea4ac6d821a21cb17 Mon Sep 17 00:00:00 2001 From: Armand Grillet <2117580+armandgrillet@users.noreply.github.com> Date: Wed, 30 Mar 2022 11:00:11 +0200 Subject: [PATCH] Add area/alerting label for alerting PRs (#47038) --- .github/pr-commands.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/pr-commands.json b/.github/pr-commands.json index e2cb741dcb4..5f87bad992f 100644 --- a/.github/pr-commands.json +++ b/.github/pr-commands.json @@ -179,6 +179,12 @@ "action": "updateLabel", "addLabel": "area/dashboard/templating" }, + { + "type": "changedfiles", + "matches": ["/pkg/services/ngalert/**/*", "/pkg/services/sqlstore/migrations/ualert/**/*", "/pkg/services/alerting/**/*", "/public/app/features/alerting/**/*"], + "action": "updateLabel", + "addLabel": "area/alerting" + }, { "type": "author", "name": "pr/external",