From cd44fb2f18337a88ce56420b56832acb640dae66 Mon Sep 17 00:00:00 2001 From: Suhaib Mujahid Date: Thu, 9 Jul 2026 12:25:58 -0400 Subject: [PATCH] Add CODEOWNERS with Mozilla team mappings Introduce a new .github/CODEOWNERS file to assign default and path-specific code owners. Sets @mozilla/bugbug-leads as the default owner and adds specific owners for Hackbot agents. --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..c12ae127d0 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +* @mozilla/bugbug-leads + +# Code owners for specific Hackbot agents +/agents/frontend-triage/ @mozilla/hackbot-frontend +/agents/autowebcompat-repro/ @mozilla/hackbot-webcompat