From cbbd3ce6ad62cdada906d323769d95ad7751635d Mon Sep 17 00:00:00 2001 From: Prashant Shahi Date: Sat, 22 Jan 2022 16:08:19 +0530 Subject: [PATCH] chore: add codeowners for automatic review request (#633) Signed-off-by: Prashant Shahi --- .github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..c37e2f3284 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,6 @@ +# CODEOWNERS info: https://help.github.com/en/articles/about-code-owners +# Owners are automatically requested for review for PRs that changes code +# that they own. +* @ankitnayan +/frontend/ @palash-signoz +/deploy/ @prashant-shahi \ No newline at end of file