add labeler config for versions

This commit is contained in:
InsanusMokrassar 2020-08-03 11:46:38 +06:00
parent 8f85b4cba3
commit e8e54a0aea
1 changed files with 1 additions and 0 deletions

1
.github/labeler.yml vendored
View File

@ -4,6 +4,7 @@ core: "TelegramBotAPI/**" # currently not work
code: "**/*.kt"
gradle: "**/*.gradle"
versions: "**/gradle.properties"
markdown:
- "**/*.md"
- "!CHANGELOG.md"