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"