From 535e17cdfb06113f580aaa1fa178932b6c3f175a Mon Sep 17 00:00:00 2001 From: Marco d'Amore Date: Tue, 21 Nov 2023 09:09:07 -1000 Subject: [PATCH 1/2] As per our thread in #wg-dbt-core-semantic-layer, we've decided to require more code reviewers from Metricflow, core, and product owners to make sure the specs we merge to dsi are well reviewed --- .github/CODEOWNERS | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..bbe8b652 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,18 @@ +# 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. + +# Global rule: +* @dotnet/docs + +# Parsing, validations, and protocols +/dbt_semantic_interfaces/** @dbt-labs/metricflow-admins @QMalcolm @graciegoheen From 4663050ff70cfc1759961286ba817ee8ad7bbba7 Mon Sep 17 00:00:00 2001 From: Marco d'Amore Date: Tue, 21 Nov 2023 10:02:31 -1000 Subject: [PATCH 2/2] fix copypasta --- .github/CODEOWNERS | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bbe8b652..af7c38ea 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -11,8 +11,6 @@ # In each subsection folders are ordered first by depth, then alphabetically. # This should make it easy to add new rules without breaking existing ones. -# Global rule: -* @dotnet/docs # Parsing, validations, and protocols /dbt_semantic_interfaces/** @dbt-labs/metricflow-admins @QMalcolm @graciegoheen