【发布时间】:2020-02-27 09:22:31
【问题描述】:
当我在 GitHub 上合并 PR 时,合并提交的提交者始终是“GitHub Enterprise”。作者仍然指向我的帐户。
这是它在我的存储库中的样子
Commit 2:
- the message is "Merge pull request #xx from branch" as it was created by PR
- the author is me, but the committer is GitHub Enterprise
Commit 1:
- this is the original commit from which I created a PR
- both the author and committer are me
我找不到任何与更改提交者相关的设置。我也不认为有任何钩子可以覆盖提交者。
【问题讨论】: