From e5cdf9e4d13054435daa491ffbd02d3c05d67c81 Mon Sep 17 00:00:00 2001 From: Dimitris Sotirakis Date: Thu, 2 Sep 2021 19:22:51 +0300 Subject: [PATCH] Add type/ci as label on CI related file changes (#38831) --- .github/pr-commands.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/pr-commands.json b/.github/pr-commands.json index cb5bc2e65c7..6c5b9687410 100644 --- a/.github/pr-commands.json +++ b/.github/pr-commands.json @@ -66,9 +66,6 @@ "packaging/**/*", "scripts/build/**/*", "scripts/*.sh", - "scripts/*.star", - ".drone.star", - ".drone.yml", "Makefile", "Dockerfile", "Dockerfile.ubuntu" @@ -76,6 +73,16 @@ "action": "updateLabel", "addLabel": "type/build-packaging" }, + { + "type": "changedfiles", + "matches": [ + "scripts/*.star", + ".drone.star", + ".drone.yml" + ], + "action": "updateLabel", + "addLabel": "type/ci" + }, { "type": "changedfiles", "matches": [ "public/app/plugins/datasource/grafana-azure-monitor-datasource/**/*", "pkg/tsdb/azuremonitor/**/*"],