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