diff --git a/homu/cfg.toml b/homu/cfg.toml index b0fb1c71..a4a30ae5 100644 --- a/homu/cfg.toml +++ b/homu/cfg.toml @@ -14,7 +14,8 @@ app_client_secret = "{{ pillar["homu"]["app-client-secret"] }}" port = 54856 {% set repos = [('servo', 'html5ever'), ('servo', 'rust-geom'), ('servo', 'rust-layers'), - ('servo', 'saltfs'), ('servo', 'gleam'), ('servo', 'string-cache'), ('servo', 'rust-selectors')] %} + ('servo', 'saltfs'), ('servo', 'gleam'), ('servo', 'string-cache'), + ('servo', 'rust-selectors'), ('servo', 'rust-azure')] %} {% set reviewers = ["glennw","jdm","kmcallister","larsbergstrom","Manishearth","metajack","mbrubeck","Ms2ger","pcwalton","SimonSapin","mrobinson","brunoabinader","saneyuki","nox"] %} [repo.servo]