mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-08 14:35:52 +01:00
Fix comment.
This commit is contained in:
@@ -103,7 +103,7 @@ trait PullRequestsControllerBase extends ControllerBase {
|
|||||||
val git = Git.cloneRepository.setDirectory(tmpdir).setURI(remote.toURI.toString).call
|
val git = Git.cloneRepository.setDirectory(tmpdir).setURI(remote.toURI.toString).call
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// TODO mark issue as 'merged'
|
// mark issue as merged and close.
|
||||||
val loginAccount = context.loginAccount.get
|
val loginAccount = context.loginAccount.get
|
||||||
createComment(repository.owner, repository.name, loginAccount.userName, issueId, "Merge", "merge")
|
createComment(repository.owner, repository.name, loginAccount.userName, issueId, "Merge", "merge")
|
||||||
createComment(repository.owner, repository.name, loginAccount.userName, issueId, "Close", "close")
|
createComment(repository.owner, repository.name, loginAccount.userName, issueId, "Close", "close")
|
||||||
|
|||||||
Reference in New Issue
Block a user