From b76e0697c19417edef54adf1cb2f4847b3cb7c5c Mon Sep 17 00:00:00 2001 From: Mitchell Hentges Date: Thu, 9 May 2019 13:46:34 +0200 Subject: [PATCH] Fixes trust_level expression (#2373) --- .taskcluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index db778493f..dcbb262c7 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: