1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-11-22 08:13:47 +00:00

Update labeler.yml

This commit is contained in:
InsanusMokrassar 2020-05-15 18:06:29 +06:00 committed by GitHub
parent 35fe48db35
commit 0706ff1f95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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