This commit is contained in:
Yuusuke KOUNOIKE
2019-03-17 01:54:23 +09:00
committed by Naoki Takezoe
parent 76eeb3d0f7
commit 7004c4f44c

View File

@@ -169,7 +169,7 @@ trait RepositoryCommitFileService {
// record activity
val commitInfo = new CommitInfo(JGitUtil.getRevCommitFromId(git, commitId))
recordPushActivity(repository.owner, repository.name, committerName, branch, List(commitInfo))
recordPushActivity(repository.owner, repository.name, loginAccount.userName, branch, List(commitInfo))
// create issue comment by commit message
createIssueComment(repository.owner, repository.name, commitInfo)