Add area/alerting label for alerting PRs (#47038)

pull/47051/head
Armand Grillet 3 years ago committed by GitHub
parent a6f7bc4a5a
commit 6889e39526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .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",

Loading…
Cancel
Save