From 6fcd6001b1994429e9267151ebb45ca8d4ee0e1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lio=E6=9D=8E=E6=AD=90?= Date: Mon, 30 Jun 2025 18:55:10 -0700 Subject: [PATCH 1/3] chore: add CODEOWNERS --- .github/CODEOWNERS | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..776030a7ef --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,23 @@ +# CODEOWNERS file automatically generated based on git history +# Each entry lists the files or directories owned by the contributor with the highest number of commits. +/ 136117477+Cyyncy@users.noreply.github.com +/.github/ raphael@raphaeltm.com +/docs/ llee008844@gmail.com +/docs/cli/ raphael@raphaeltm.com +/docs/concepts/ llee008844@gmail.com +/docs/faq/ llee008844@gmail.com +/docs/getting-started.mdx llee008844@gmail.com +/docs/intro/ jordan@stephens.io +/docs/providers/ llee008844@gmail.com +/docs/tutorials/ llee008844@gmail.com +/docs/use-cases/ llee008844@gmail.com +/blog/ raphael@raphaeltm.com +/src/ raphael@raphaeltm.com +/static/ raphael@raphaeltm.com +/scripts/ raphael@raphaeltm.com +/docusaurus.config.js 136117477+Cyyncy@users.noreply.github.com +/babel.config.js lio+git@lunesu.com +/sidebars.js jordan@stephens.io +/tsconfig.json raphael@raphaeltm.com +/package.json raphael@raphaeltm.com +/package-lock.json raphael@raphaeltm.com From 4ac6c385a66d3c5ed83e526b7e4b6356fcb7b62b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lio=E6=9D=8E=E6=AD=90?= Date: Mon, 30 Jun 2025 19:01:38 -0700 Subject: [PATCH 2/3] Update .github/CODEOWNERS --- .github/CODEOWNERS | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 776030a7ef..bbb6fc9d82 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,23 +1,7 @@ # CODEOWNERS file automatically generated based on git history # Each entry lists the files or directories owned by the contributor with the highest number of commits. -/ 136117477+Cyyncy@users.noreply.github.com -/.github/ raphael@raphaeltm.com -/docs/ llee008844@gmail.com -/docs/cli/ raphael@raphaeltm.com -/docs/concepts/ llee008844@gmail.com -/docs/faq/ llee008844@gmail.com -/docs/getting-started.mdx llee008844@gmail.com -/docs/intro/ jordan@stephens.io -/docs/providers/ llee008844@gmail.com -/docs/tutorials/ llee008844@gmail.com -/docs/use-cases/ llee008844@gmail.com -/blog/ raphael@raphaeltm.com -/src/ raphael@raphaeltm.com -/static/ raphael@raphaeltm.com -/scripts/ raphael@raphaeltm.com -/docusaurus.config.js 136117477+Cyyncy@users.noreply.github.com -/babel.config.js lio+git@lunesu.com -/sidebars.js jordan@stephens.io -/tsconfig.json raphael@raphaeltm.com -/package.json raphael@raphaeltm.com -/package-lock.json raphael@raphaeltm.com +* @jordanstephens +/.github/ @raphaeltm +/blog/ @raphaeltm +/src/ @raphaeltm +/scripts/ @raphaeltm From 41175aaa75dd6f753e04d07c6f71a549f57975b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lio=E6=9D=8E=E6=AD=90?= Date: Mon, 8 Sep 2025 19:58:29 -0700 Subject: [PATCH 3/3] Change CODEOWNERS to include DefangLabs/devs --- .github/CODEOWNERS | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bbb6fc9d82..df2ad2e3bb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,7 +1,2 @@ # CODEOWNERS file automatically generated based on git history -# Each entry lists the files or directories owned by the contributor with the highest number of commits. -* @jordanstephens -/.github/ @raphaeltm -/blog/ @raphaeltm -/src/ @raphaeltm -/scripts/ @raphaeltm +* @DefangLabs/devs