It seems that committer and author both hardcode the noreply hostname as users.noreply.github.com - this works on public GitHub repositories but breaks account linking when this Action is used on a private GitHub Enterprise instance.
I would be nice if this Action instead parsed github.server_url to derive the noreply domain.
It seems that
committerandauthorboth hardcode the noreply hostname asusers.noreply.github.com- this works on public GitHub repositories but breaks account linking when this Action is used on a private GitHub Enterprise instance.I would be nice if this Action instead parsed
github.server_urlto derive the noreply domain.