diff --git a/.github/pr-commands.json b/.github/pr-commands.json index 46b0f9b7fb9..f8b6cb4298d 100644 --- a/.github/pr-commands.json +++ b/.github/pr-commands.json @@ -248,11 +248,20 @@ "/pkg/services/alerting/**/*", "/public/app/features/alerting/**/*", "/pkg/tests/api/alerting/**/*", - "/pkg/tests/alertmanager/**/*" + "/pkg/tests/alertmanager/**/*", + "/public/app/features/alerting/**/*" ], "action": "updateLabel", "addLabel": "area/alerting" }, + { + "type": "label", + "name": "area/alerting", + "action": "addToProject", + "addToProject": { + "url": "https://github.com/orgs/grafana/projects/52" + } + }, { "type": "author", "name": "pr/external",