diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 79212e6..9807963 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -24,10 +24,7 @@ # the octocats team in the octo-org organization owns all .txt files. # *.txt @octo-org/octocats -# In this example, @doctocat owns any files in the build/logs -# directory at the root of the repository and any of its -# subdirectories. -# /build/logs/ @doctocat + # The `docs/*` pattern will match files like # `docs/getting-started.md` but not further nested files like @@ -36,6 +33,12 @@ docs/* docs@example.com # In this example, @octocat owns any file in an apps directory # anywhere in your repository. +apps/ @octocat + +# In this example, @doctocat owns any files in the build/logs +# directory at the root of the repository and any of its +# subdirectories. +# /build/logs/ @doctocat /folder/enterprise_domains/ @CJ-Reindl diff --git a/folder/enterprise_domains/enterprise_financial_domain/test1.sql b/folder/enterprise_domains/enterprise_financial_domain/test1.sql new file mode 100644 index 0000000..93a07b1 --- /dev/null +++ b/folder/enterprise_domains/enterprise_financial_domain/test1.sql @@ -0,0 +1,2 @@ +select * +from some table; \ No newline at end of file diff --git a/folder/enterprise_domains/enterprise_reference_domain/test2.sql b/folder/enterprise_domains/enterprise_reference_domain/test2.sql new file mode 100644 index 0000000..7ac2f47 --- /dev/null +++ b/folder/enterprise_domains/enterprise_reference_domain/test2.sql @@ -0,0 +1,2 @@ +select * +from final; \ No newline at end of file diff --git a/folder/enterprise_domains/test0.sql b/folder/enterprise_domains/test0.sql new file mode 100644 index 0000000..7ac2f47 --- /dev/null +++ b/folder/enterprise_domains/test0.sql @@ -0,0 +1,2 @@ +select * +from final; \ No newline at end of file