GitLab Pipeline 'Triggered By' user attribution when mirroring from GitHub repo

I created a GitHub Integration in GitLab to mirror a GitHub repo.

When a member on my team creates a PR in GitHub, this triggers CI Pipeline in GitLab.

The user that triggers the CI Pipeline is always the same user even though other users on my team create PRs for their branches.

How can I have the GitLab Pipeline ‘Triggered By’ user to be the user who initiated the PR in GitHub?

As per [the documentation(https://docs.gitlab.com/ee/workflow/repository_mirroring.html#pulling-from-a-remote-repository-starter), what you described is the current behaviour. If you think that should change, I suggest filing a feature request in the GitLab EE tracker assuming you’re talking about pull mirroring.