Bug 1842244 - driveby: update metadata for documentation files, r=sylvestre DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D183155
This commit is contained in:
Gijs Kruitbosch 2023-07-21 10:31:57 +00:00
parent d46e06edf2
commit df3ca85742
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ with Files("*configure*"):
BUG_COMPONENT = ("Firefox Build System", "General") BUG_COMPONENT = ("Firefox Build System", "General")
with Files("docs/**"): with Files("docs/**"):
BUG_COMPONENT = ("Firefox Build System", "Generated Documentation") BUG_COMPONENT = ("Developer Infrastructure", "Source Documentation")
SCHEDULES.exclusive = ["docs"] SCHEDULES.exclusive = ["docs"]
with Files("mach*"): with Files("mach*"):

View file

@ -20,7 +20,7 @@ with Files("lint/**"):
BUG_COMPONENT = ("Developer Infrastructure", "Lint and Formatting") BUG_COMPONENT = ("Developer Infrastructure", "Lint and Formatting")
with Files("moztreedocs/**"): with Files("moztreedocs/**"):
BUG_COMPONENT = ("Firefox Build System", "Generated Documentation") BUG_COMPONENT = ("Developer Infrastructure", "Source Documentation")
SCHEDULES.exclusive = ["docs"] SCHEDULES.exclusive = ["docs"]
with Files("profiler/**"): with Files("profiler/**"):