From 5073cee7ff641bf2fcbb3b42f73d7ee8e3eea53e Mon Sep 17 00:00:00 2001 From: Robert Brennan Date: Fri, 9 May 2025 17:54:46 -0400 Subject: [PATCH] Add CODEOWNERS file (#8359) Co-authored-by: openhands Co-authored-by: sp.wack <83104063+amanape@users.noreply.github.com> --- .github/CODEOWNERS | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..668e9837b9 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,11 @@ +# CODEOWNERS file for OpenHands repository +# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# Frontend code owners +/frontend/ @rbren @amanape + +# Evaluation code owners +/evaluation/ @xingyaoww @neubig + +# Documentation code owners +/docs/ @mamoodi