tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit f8cb5f5687a1fe95b88bd8e2840737c3c483ddf4
parent 71f8f81caf3278e80dca7242b5ed5af6741f47b4
Author: Andrew Halberstadt <ahal@mozilla.com>
Date:   Mon, 22 Dec 2025 15:20:47 +0000

Bug 2006437 - Assume scopes for base repository on Github PRs from a fork, r=releng-reviewers,jcristau

Differential Revision: https://phabricator.services.mozilla.com/D276701

Diffstat:
M.taskcluster.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.taskcluster.yml b/.taskcluster.yml @@ -418,7 +418,7 @@ tasks: scopes: $switch: isPullRequest: - - 'assume:repo:${repoUrl[8:]}:${eventType}' + - 'assume:repo:${baseRepoUrl[8:]}:${eventType}' 'eventType == "push"': - 'assume:repo:${repoUrl[8:]}:branch:${shortRef}' dependencies: []