From 7e4286a043f6c6ca5a8273cc685ad7cbe769c9de Mon Sep 17 00:00:00 2001 From: braydonk Date: Tue, 5 Dec 2023 18:05:42 +0000 Subject: [PATCH] CODEOWNERS: add google codeowners to test data This PR adds the Google codeowners to the test data files used by the test file we already own. Signed-off-by: braydonk --- CODEOWNERS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 98504a4f78c..2b5b404a281 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -16,7 +16,7 @@ /CMakeLists.txt @fujimotos @niedbalski @patrick-stephens @celalettin1286 /cmake/ @fujimotos @niedbalski @patrick-stephens @celalettin1286 -# CI +# CI # ------------------------- /.github/ @niedbalski @patrick-stephens @celalettin1286 /appveyor.yml @niedbalski @patrick-stephens @celalettin1286 @@ -65,7 +65,7 @@ /plugins/out_pgsql @sxd /plugins/out_stackdriver @braydonk @igorpeshansky @qingling128 -# AWS Plugins +# AWS Plugins /plugins/out_s3 @pettitwesley /plugins/out_cloudwatch_logs @pettitwesley /plugins/out_kinesis_firehose @pettitwesley @@ -86,6 +86,7 @@ # Google test code # -------------- /tests/runtime/out_stackdriver.c @braydonk @igorpeshansky @qingling128 +/tests/runtime/data/stackdriver @braydonk @igorpeshansky @qingling128 # Devcontainer /.devcontainer @patrick-stephens @niedbalski @edsiper