mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
Add type/ci as label on CI related file changes (#38831)
This commit is contained in:
parent
dd502f22eb
commit
e5cdf9e4d1
13
.github/pr-commands.json
vendored
13
.github/pr-commands.json
vendored
@ -66,9 +66,6 @@
|
|||||||
"packaging/**/*",
|
"packaging/**/*",
|
||||||
"scripts/build/**/*",
|
"scripts/build/**/*",
|
||||||
"scripts/*.sh",
|
"scripts/*.sh",
|
||||||
"scripts/*.star",
|
|
||||||
".drone.star",
|
|
||||||
".drone.yml",
|
|
||||||
"Makefile",
|
"Makefile",
|
||||||
"Dockerfile",
|
"Dockerfile",
|
||||||
"Dockerfile.ubuntu"
|
"Dockerfile.ubuntu"
|
||||||
@ -76,6 +73,16 @@
|
|||||||
"action": "updateLabel",
|
"action": "updateLabel",
|
||||||
"addLabel": "type/build-packaging"
|
"addLabel": "type/build-packaging"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "changedfiles",
|
||||||
|
"matches": [
|
||||||
|
"scripts/*.star",
|
||||||
|
".drone.star",
|
||||||
|
".drone.yml"
|
||||||
|
],
|
||||||
|
"action": "updateLabel",
|
||||||
|
"addLabel": "type/ci"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "changedfiles",
|
"type": "changedfiles",
|
||||||
"matches": [ "public/app/plugins/datasource/grafana-azure-monitor-datasource/**/*", "pkg/tsdb/azuremonitor/**/*"],
|
"matches": [ "public/app/plugins/datasource/grafana-azure-monitor-datasource/**/*", "pkg/tsdb/azuremonitor/**/*"],
|
||||||
|
Loading…
Reference in New Issue
Block a user