From e7b5b9184d8b82ae8674b17a17d85d8df980c758 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sat, 16 May 2020 21:22:37 +0600 Subject: [PATCH] update rules for labelers --- .github/labeler.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 41aaf94cad..5e8e6a1da8 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,6 +1,7 @@ -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_changes: ./**/*.kt +gradle_changes: ./**/*.gradle +markdown_changes: ./**/*.md