forked from mirrors/gecko-dev
Bug 1842244 - driveby: update metadata for documentation files, r=sylvestre DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D183155
This commit is contained in:
parent
d46e06edf2
commit
df3ca85742
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ with Files("*configure*"):
|
|||
BUG_COMPONENT = ("Firefox Build System", "General")
|
||||
|
||||
with Files("docs/**"):
|
||||
BUG_COMPONENT = ("Firefox Build System", "Generated Documentation")
|
||||
BUG_COMPONENT = ("Developer Infrastructure", "Source Documentation")
|
||||
SCHEDULES.exclusive = ["docs"]
|
||||
|
||||
with Files("mach*"):
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ with Files("lint/**"):
|
|||
BUG_COMPONENT = ("Developer Infrastructure", "Lint and Formatting")
|
||||
|
||||
with Files("moztreedocs/**"):
|
||||
BUG_COMPONENT = ("Firefox Build System", "Generated Documentation")
|
||||
BUG_COMPONENT = ("Developer Infrastructure", "Source Documentation")
|
||||
SCHEDULES.exclusive = ["docs"]
|
||||
|
||||
with Files("profiler/**"):
|
||||
|
|
|
|||
Loading…
Reference in a new issue