From 4a8e7d9eecde1e29f0fc7dffab179b0402ea10e5 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 16 Mar 2021 21:22:18 +0000 Subject: [PATCH] fixed labeler --- .github/labeler.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 652fd0bf0..120b02c56 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,8 +1,5 @@ -automation: - - any: ['tests/**/*] +automation: tests/**/* -frontend: -- any: ['src/Ombi/ClientApp/**/*'] +frontend: src/Ombi/ClientApp/**/* -backend: -- any: ['src/**/*.cs'] +backend: src/**/*.cs