Bug 1818051 - addendum: change bmo component for tryselect now that Fx Build System :: Try doesn't exist anymore, r=ahal

Differential Revision: https://phabricator.services.mozilla.com/D170534
This commit is contained in:
Gijs Kruitbosch 2023-02-24 22:49:47 +00:00
Родитель b43aea27e5
Коммит 12d49cdfc2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -39,7 +39,7 @@ with Files("rewriting/**"):
BUG_COMPONENT = ("Firefox Build System", "Source Code Analysis")
with Files("tryselect/**"):
BUG_COMPONENT = ("Firefox Build System", "Try")
BUG_COMPONENT = ("Developer Infrastructure", "Try")
with Files("tryselect/selectors/release.py"):
BUG_COMPONENT = ("Release Engineering", "General")