From fa43a55f26417d924d3abf50ac9ce96966c6025b Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sat, 16 May 2020 21:26:54 +0600 Subject: [PATCH] one more update of labeler --- .github/labeler.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 5e8e6a1da8..45ea34644b 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,7 +1,7 @@ -core: TelegramBotAPI/**/* -api_extensions: TelegramBotAPI-extensions-api/**/* -utils_extensions: TelegramBotAPI-extensions-utils/**/* +api: "TelegramBotAPI-extensions-api/**" +utils: "TelegramBotAPI-extensions-utils/**" +core: "TelegramBotAPI/**" # currently not work -code_changes: ./**/*.kt -gradle_changes: ./**/*.gradle -markdown_changes: ./**/*.md +code: "**/*.kt" +gradle: "**/*.gradle" +markdown: "**/*.md"