forked from forgejo/forgejo
models/repo_editor: improve code quality
This commit is contained in:
parent
f3c3258921
commit
2625193a48
9 changed files with 45 additions and 41 deletions
|
@ -434,6 +434,7 @@ func updateIssuesCommit(u *User, repo *Repository, repoUserName, repoName string
|
|||
}
|
||||
|
||||
// CommitRepoAction adds new action for committing repository.
|
||||
// TODO: use CommitRepoActionOptions
|
||||
func CommitRepoAction(
|
||||
userID, repoUserID int64,
|
||||
userName, actEmail string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue