Chore: Fix alerting labelling of PRs (#103616)

Fix alerting labelling of PRs
pull/102954/head^2
Tom Ratcliffe 1 month ago committed by GitHub
parent 12e3b86ebb
commit 9d22414522
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 13
      .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"

Loading…
Cancel
Save