From 26da7a4097f7677747db984bddc593d146fd3608 Mon Sep 17 00:00:00 2001 From: Lukasz Gornicki Date: Thu, 9 Dec 2021 17:45:29 +0100 Subject: [PATCH] chore: add CODEOWNERS (#422) --- CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..6cfb85155 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,8 @@ +# 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. +* @fmvilas @magicmatatjahu @jonaslagoni @derberg @github-actions[bot] \ No newline at end of file