From b9ae76c4b0ee5fb2809102120ae0cef38e4e86f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Fri, 5 Oct 2018 14:21:56 +0000 Subject: [PATCH] Bug 1495395 [wpt PR 13282] - Allow all pull requests to trigger Taskcluster, a=testonly Automatic update from web-platform-testsAllow all pull requests to trigger Taskcluster (#13282) It was previously limited to collaborators only, i.e. members of the web-platform-tests org. Fixes https://github.com/web-platform-tests/wpt/issues/13280. -- wpt-commits: 207fa91e8016fcb650e4869e0da6ef036d7671b3 wpt-pr: 13282 --- testing/web-platform/tests/.taskcluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/web-platform/tests/.taskcluster.yml b/testing/web-platform/tests/.taskcluster.yml index f36523ed301c..92e8d89d3af3 100644 --- a/testing/web-platform/tests/.taskcluster.yml +++ b/testing/web-platform/tests/.taskcluster.yml @@ -1,6 +1,6 @@ version: 1 policy: - pullRequests: collaborators + pullRequests: public tasks: $flattenDeep: - $if: tasks_for == "github-push"