From 0706ff1f9593344e07752847d0ea10a43a690b97 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Fri, 15 May 2020 18:06:29 +0600 Subject: [PATCH] Update labeler.yml --- .github/labeler.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 10e298e962..41aaf94cad 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,6 +1,6 @@ -core: "./TelegramBotAPI/*" -api_extensions: "./TelegramBotAPI-extensions-api/*" -utils_extensions: "./TelegramBotAPI-extensions-utils/*" +core: ./TelegramBotAPI/**/* +api_extensions: ./TelegramBotAPI-extensions-api/**/* +utils_extensions: ./TelegramBotAPI-extensions-utils/**/* -code: "./**/*.kt" -gradle: "./**/*.gradle" +code: ./**/*.kt +gradle: ./**/*.gradle