1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-02 22:59:48 +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/*"
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