commit 5bdc60f4c43c642cecf9b573ecac757885e85c77
parent 3383000fdc81e591858098f2e38d8e194f867cdb
Author: Olivier Mehani <omehani@mozilla.com>
Date: Mon, 22 Dec 2025 21:11:36 +0000
Bug 2001552 - build: add CODEOWNERS file to the Conduit/mots Bugzilla component r=zeid
Differential Revision: https://phabricator.services.mozilla.com/D277132
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/moz.build b/moz.build
@@ -13,6 +13,9 @@ with Files("LICENSE"):
with Files("mots.yaml"):
BUG_COMPONENT = ("Conduit", "mots")
+with Files("CODEOWNERS"):
+ BUG_COMPONENT = ("Conduit", "mots")
+
with Files("Cargo.*"):
BUG_COMPONENT = ("Firefox Build System", "General")