diff --git a/.github/pr-commands.json b/.github/pr-commands.json index 8e59f705474..cb5bc2e65c7 100644 --- a/.github/pr-commands.json +++ b/.github/pr-commands.json @@ -171,5 +171,12 @@ "matches": ["public/app/features/variables/**/*", "public/app/features/templating/**/*"], "action": "updateLabel", "addLabel": "area/dashboard/templating" + }, + { + "type": "author", + "name": "pr/external", + "notMemberOf": { "org": "grafana" }, + "action": "updateLabel", + "addLabel": "pr/external" } ]