Add CODEOWNERS file (#8359)

Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: sp.wack <83104063+amanape@users.noreply.github.com>
This commit is contained in:
Robert Brennan 2025-05-09 17:54:46 -04:00 committed by GitHub
parent dc4b06f96b
commit 5073cee7ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

11
.github/CODEOWNERS vendored Normal file
View File

@ -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