From f9fc741a20d11f4fdebea1dfe7220428264f4a9f Mon Sep 17 00:00:00 2001 From: Mitchell Hentges Date: Thu, 9 May 2019 13:46:34 +0200 Subject: [PATCH] [fenix] Fixes trust_level expression (https://github.com/mozilla-mobile/fenix/pull/2373) --- .taskcluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index db778493fc..dcbb262c72 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -45,7 +45,7 @@ tasks: trust_level: # Pull requests on main repository can't be trusted because anybody can open a PR on it, without a review - $if: 'tasks_for in ["github-push", "github-release", "cron"] && event.repository.html_url == "https://github.com/mitchhentges/fenix"' + $if: 'tasks_for in ["github-push", "github-release", "cron"] && event.repository.html_url == "https://github.com/mozilla-mobile/fenix"' then: 3 else: 1 in: