From 2cf538a466424a116075f1ac6f483eabcb165fa2 Mon Sep 17 00:00:00 2001 From: Marcus Efraimsson Date: Wed, 4 Mar 2020 17:08:07 +0100 Subject: [PATCH] Testing code owners for backend code (#22572) --- .github/CODEOWNERS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d5a7ec16e5b..7b83ba9a043 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -13,4 +13,9 @@ # Documentation owner: Diana Payton /docs/ @oddlittlebird -/contribute/ @oddlittlebird @marcusolsson \ No newline at end of file +/contribute/ @oddlittlebird @marcusolsson + +# Backend code +*.go @grafana/backend-platform +go.mod @grafana/backend-platform +go.sum @grafana/backend-platform \ No newline at end of file