From e5b7c7b7c943e14f313ccfedfd1197a74b888a19 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 13 May 2020 23:52:20 +0100 Subject: [PATCH] Update CODEOWNERS rule about CMakeLists.txt (#3079) --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fdcce7242e00..a78728ab41d7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -12,7 +12,7 @@ # main C++ code include/ @guolinke @chivee @btrotta src/ @guolinke @chivee @btrotta -CmakeLists.txt @guolinke @chivee @Laurae2 @jameslamb @wxchan @henry0312 @StrikerRUS @huanzhang12 @btrotta +CMakeLists.txt @guolinke @chivee @Laurae2 @jameslamb @wxchan @henry0312 @StrikerRUS @huanzhang12 @btrotta # R code include/LightGBM/lightgbm_R.h @Laurae2 @jameslamb