From 789cc12c97ae5972a2e6fbf30a58095d73b07fb5 Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Tue, 17 Sep 2024 14:03:35 -0300 Subject: [PATCH 1/2] Create CODEOWNERS --- .github/CODEOWNERS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..c6eefcd --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,14 @@ +# Lines starting with '#' are comments. +# Each line is a file pattern followed by one or more owners. + +# More details are here: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# 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. + +* @quarkiverse/quarkiverse-neo4j From 7a21142c4dfd181b811217e2550677f8f640e2a2 Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Mon, 23 Sep 2024 05:59:15 -0300 Subject: [PATCH 2/2] Update CODEOWNERS --- .github/CODEOWNERS | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c6eefcd..e0caf34 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,14 +1 @@ -# Lines starting with '#' are comments. -# Each line is a file pattern followed by one or more owners. - -# More details are here: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners - -# 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. - -* @quarkiverse/quarkiverse-neo4j +/.github/ @quarkiverse/quarkiverse-neo4j @michael-simons