From e30d279cadbede66bfc235687399d056b001a29b Mon Sep 17 00:00:00 2001 From: Xav Paice Date: Wed, 12 Oct 2022 03:02:34 +1300 Subject: [PATCH] update CODEOWNERS file (#770) Adds a new group to CODEOWNERS as global owner, and CREs for .md files. --- .github/CODEOWNERS | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7adaa85f..86748d18 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,17 @@ -* @replicatedhq/day2 +# 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. + +# Order is important. The last matching pattern has the most precedence. +# The folders are ordered as follows: + +# In each subsection folders are ordered first by depth, then alphabetically. +# This should make it easy to add new rules without breaking existing ones. + +## RULES + +* @replicatedhq/troubleshoot +*.md @replicatedhq/cre \ No newline at end of file