mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 13:52:12 +08:00
Alerting: Add area/alerting
label to frontend code and add to project (#103517)
Add area/alerting to frontend code and add to project
This commit is contained in:
11
.github/pr-commands.json
vendored
11
.github/pr-commands.json
vendored
@ -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",
|
||||
|
Reference in New Issue
Block a user