diff --git a/.taskcluster.yml b/.taskcluster.yml index 44615187c7e..8da5f10faed 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -16,7 +16,10 @@ tasks: then: 'skaspari+mozlando@mozilla.com' # It must match what's in bors.toml else: $if: 'tasks_for == "github-push"' - then: '${event.pusher.email}' + then: + $if: 'event.pusher.email' + then: '${event.pusher.email}' + else: '${event.pusher.name}@users.noreply.github.com' else: $if: 'tasks_for == "github-pull-request"' then: '${event.pull_request.user.login}@users.noreply.github.com'