From c2422c9fce05886e268460eab3b34cc1ea7cf9cd Mon Sep 17 00:00:00 2001 From: Shahzad Date: Tue, 5 May 2020 20:37:25 +0200 Subject: [PATCH] [Uptime] Remove legacy uptime from path labeler (#65054) --- .github/paths-labeller.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/paths-labeller.yml b/.github/paths-labeller.yml index efdb041e2b37ab..d9d99fc1416e46 100644 --- a/.github/paths-labeller.yml +++ b/.github/paths-labeller.yml @@ -8,9 +8,8 @@ - "Feature:ExpressionLanguage": - "src/plugins/expressions/**/*.*" - "src/plugins/bfetch/**/*.*" - - "Team:apm" + - "Team:apm": - "x-pack/plugins/apm/**/*.*" - "x-pack/plugins/apm/**/*.*" - "Team:uptime": - "x-pack/plugins/uptime/**/*.*" - - "x-pack/legacy/plugins/uptime/**/*.*"