From 612326c0640f1456fc07106c20a1dd8440d09d0b Mon Sep 17 00:00:00 2001 From: Ben Elan Date: Thu, 27 Jun 2024 18:32:47 -0700 Subject: [PATCH 1/2] chore: remove codeowner team to reduce notifications --- .github/CODEOWNERS | 8 ++++++++ CODEOWNERS | 12 ------------ 2 files changed, 8 insertions(+), 12 deletions(-) create mode 100644 .github/CODEOWNERS delete mode 100644 CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000000..db6f5dc50f7 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,8 @@ +# The files matching the globs will be assigned to the @usernames that follow +.* @benelan @jcfranco +*.json @benelan @jcfranco +CHANGELOG.md @benelan @jcfranco @geospatialem +.github/ @benelan @jcfranco @geospatialem +support/ @benelan @jcfranco +/packages/calcite-components-react @benelan @jcfranco +/packages/eslint-plugin-calcite-components @jcfranco diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index 92638df17af..00000000000 --- a/CODEOWNERS +++ /dev/null @@ -1,12 +0,0 @@ -# These owners will be the default owners for everything in the repo. -* @esri/calcite-components-reviewers - -# The files matching the globs will be assigned to the @usernames that follow -.* @benelan @jcfranco @driskull @geospatialem -*.json @benelan @jcfranco @driskull @geospatialem -CHANGELOG.md @benelan @jcfranco @driskull @geospatialem -/packages/calcite-components/readme.md @benelan @jcfranco @driskull @geospatialem -.github/ @benelan @jcfranco @driskull @geospatialem -support/ @benelan @jcfranco @driskull @geospatialem -/packages/calcite-components-react @benelan @jcfranco @driskull @geospatialem -/packages/eslint-plugin-calcite-components @benelan @jcfranco @driskull @geospatialem From b5ddb02a97c2adb951afd1d21d992d01da0face7 Mon Sep 17 00:00:00 2001 From: Ben Elan Date: Tue, 16 Jul 2024 16:16:40 -0700 Subject: [PATCH 2/2] chore: cleanup --- .github/CODEOWNERS | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index db6f5dc50f7..155132ce6e5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,8 +1,10 @@ # The files matching the globs will be assigned to the @usernames that follow -.* @benelan @jcfranco -*.json @benelan @jcfranco -CHANGELOG.md @benelan @jcfranco @geospatialem -.github/ @benelan @jcfranco @geospatialem -support/ @benelan @jcfranco -/packages/calcite-components-react @benelan @jcfranco -/packages/eslint-plugin-calcite-components @jcfranco +.* @benelan @jcfranco +*.json @benelan @jcfranco +CHANGELOG.md @benelan @jcfranco @geospatialem +.github/ @benelan @jcfranco @geospatialem +support/ @benelan @jcfranco +/packages/calcite-components-react @benelan @jcfranco +/packages/eslint-plugin-calcite-components @jcfranco +/packages/calcite-design-tokens @alisonailea +