[Label Bot] Add Java and Kotlin support for the label bot (#6226)

CI is an unrelated timeout.
This commit is contained in:
Paulo Pinheiro 2020-10-30 21:18:36 +01:00 committed by GitHub
parent b08b0a4402
commit 6034de286a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

10
.github/labeler.yml vendored
View File

@ -32,4 +32,12 @@ golang:
python:
- ./**/*.py
- src/idl_gen_python.cpp
- src/idl_gen_python.cpp
java:
- ./**/*.java
- src/idl_gen_java.cpp
kotlin:
- ./**/*.kt
- src/idl_gen_kotlin.cpp