1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-04 07:39:39 +00:00

Update labeler.yml

This commit is contained in:
2020-05-15 18:06:29 +06:00
committed by GitHub
parent 35fe48db35
commit 0706ff1f95

10
.github/labeler.yml vendored
View File

@@ -1,6 +1,6 @@
core: "./TelegramBotAPI/*" core: ./TelegramBotAPI/**/*
api_extensions: "./TelegramBotAPI-extensions-api/*" api_extensions: ./TelegramBotAPI-extensions-api/**/*
utils_extensions: "./TelegramBotAPI-extensions-utils/*" utils_extensions: ./TelegramBotAPI-extensions-utils/**/*
code: "./**/*.kt" code: ./**/*.kt
gradle: "./**/*.gradle" gradle: ./**/*.gradle