[Label Bot] Add Java and Kotlin support for the label bot (#6226)
CI is an unrelated timeout.
This commit is contained in:
parent
b08b0a4402
commit
6034de286a
|
@ -32,4 +32,12 @@ golang:
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- ./**/*.py
|
- ./**/*.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
|
||||||
|
|
Loading…
Reference in New Issue