当我在企业上合并PR时,合并提交的提交者总是“GitHub GitHub”。作者仍然指出我的帐户。
这是它在我的存储库中的样子
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我找不到任何与更改提交者相关的设置。我也不认为有任何钩子可以覆盖提交者。
发布于 2020-02-27 21:54:14
您在GitHub UI中进行了合并,并且是代表您进行实际提交和存储的GitHub网站。
https://stackoverflow.com/questions/60429908
复制相似问题