From e17665623bba1759376c4ee934a80546b5b144f7 Mon Sep 17 00:00:00 2001 From: Aditya Gannavarapu Date: Sun, 25 Aug 2024 09:31:11 +0530 Subject: [PATCH] Create CODEOWNERS --- .github/CODEOWNERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..ec02c1f2 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,12 @@ +# Lines starting with '#' are comments. +# Each line is a file pattern followed by one or more owners. + +# More details are here: https://help.github.com/articles/about-codeowners/ + +# The '*' pattern is global owners. + +# These owners will be the default owners for everything in +# the repo. + +# Global rule: +* @aditya-67