From 75b61c8874cb4a14cec9db1c1137bdbbb809a9fb Mon Sep 17 00:00:00 2001 From: Pavel Bodiachevskii Date: Thu, 16 Mar 2023 01:03:59 +0400 Subject: [PATCH 1/3] chore: CODEOWNERS --- CODEOWNERS | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..490de37f --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,11 @@ +# This file provides an overview of code owners in this repository. + +# Each line is a file pattern followed by one or more owners. +# The last matching pattern has the most precedence. +# For more details, read the following article on GitHub: https://help.github.com/articles/about-codeowners/. + +# The default owners are automatically added as reviewers when you open a pull request unless different owners are specified in the file. + +# Core Champions that does a little of everything + +* @pakisan \ No newline at end of file From 9ee62f7a3d2e0d9ad59bfc4375f1a1d413a33595 Mon Sep 17 00:00:00 2001 From: Pavel Bodiachevskii Date: Tue, 21 Jan 2025 03:28:12 +0400 Subject: [PATCH 2/3] chore: add harikrishnan83 as code owner --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 24e9a475..4d2c31ef 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -8,4 +8,4 @@ # Core Champions that does a little of everything -* @pakisan @asyncapi-bot-eve @derberg +* @pakisan @asyncapi-bot-eve @derberg @harikrishnan83 From 88354b21762c5526e3ed4b963aff08df9aedc154 Mon Sep 17 00:00:00 2001 From: Pavel Bodiachevskii Date: Tue, 21 Jan 2025 16:21:04 +0400 Subject: [PATCH 3/3] chore: remove @derberg from code owners --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 4d2c31ef..c1dc4174 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -8,4 +8,4 @@ # Core Champions that does a little of everything -* @pakisan @asyncapi-bot-eve @derberg @harikrishnan83 +* @pakisan @asyncapi-bot-eve @harikrishnan83