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")
|
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*"):
|
||||||
|
|
|
||||||
|
|
@ -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/**"):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue