From 1fb099bc4f493b4ebf3dcd9bf57d2691cedd46a8 Mon Sep 17 00:00:00 2001 From: Alejandra Quetzalli <19964402+alequetzalli@users.noreply.github.com> Date: Tue, 5 Oct 2021 16:27:55 -0700 Subject: [PATCH 1/2] chore: add CODEOWNERS file Our /website repo is missing a CODEOWNERS file. This PR will address this. --- CODEOWNERS | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000000..3a61e25b7dc2 --- /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. +* @fmvilas @derberg @magicmatatjahu @github-actions[bot] + +# All .md files +*.md @alequetzalli From b68e4875009eb30fd6d87cca9c2b522ab2f0d4ea Mon Sep 17 00:00:00 2001 From: Alejandra Quetzalli <19964402+alequetzalli@users.noreply.github.com> Date: Wed, 6 Oct 2021 09:30:49 -0700 Subject: [PATCH 2/2] fix extra space MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Maciej UrbaƄczyk --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 3a61e25b7dc2..9bea82c7dc65 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -5,7 +5,7 @@ # 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 @derberg @magicmatatjahu @github-actions[bot] +* @fmvilas @derberg @magicmatatjahu @github-actions[bot] # All .md files *.md @alequetzalli