From 6034de286a082d9a3add1980fbf6c0d0ac6c4d78 Mon Sep 17 00:00:00 2001 From: Paulo Pinheiro Date: Fri, 30 Oct 2020 21:18:36 +0100 Subject: [PATCH] [Label Bot] Add Java and Kotlin support for the label bot (#6226) CI is an unrelated timeout. --- .github/labeler.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index d0cfc497b..f499b494e 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -32,4 +32,12 @@ golang: python: - ./**/*.py - - src/idl_gen_python.cpp \ No newline at end of file + - src/idl_gen_python.cpp + +java: + - ./**/*.java + - src/idl_gen_java.cpp + +kotlin: + - ./**/*.kt + - src/idl_gen_kotlin.cpp