From 9d22414522e90ded066c890b886e73bef0553c61 Mon Sep 17 00:00:00 2001 From: Tom Ratcliffe Date: Tue, 8 Apr 2025 15:47:46 +0100 Subject: [PATCH] Chore: Fix alerting labelling of PRs (#103616) Fix alerting labelling of PRs --- .github/pr-commands.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/pr-commands.json b/.github/pr-commands.json index f8b6cb4298d..c8117bd6577 100644 --- a/.github/pr-commands.json +++ b/.github/pr-commands.json @@ -243,13 +243,12 @@ { "type": "changedfiles", "matches": [ - "/pkg/services/ngalert/**/*", - "/pkg/services/sqlstore/migrations/ualert/**/*", - "/pkg/services/alerting/**/*", - "/public/app/features/alerting/**/*", - "/pkg/tests/api/alerting/**/*", - "/pkg/tests/alertmanager/**/*", - "/public/app/features/alerting/**/*" + "pkg/services/ngalert/**/*", + "pkg/services/sqlstore/migrations/ualert/**/*", + "pkg/services/alerting/**/*", + "public/app/features/alerting/**/*", + "pkg/tests/api/alerting/**/*", + "pkg/tests/alertmanager/**/*" ], "action": "updateLabel", "addLabel": "area/alerting"