We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906514e commit 45b8a96Copy full SHA for 45b8a96
services/pull/pull.go
@@ -43,7 +43,7 @@ func getPullWorkingLockKey(prID int64) string {
43
}
44
45
// NewPullRequest creates new pull request with labels for repository.
46
-func NewPullRequest(ctx context.Context, repo *repo_model.Repository, issue *issues_model.Issue, labelIDs []int64, uuids []string, pr *issues_model.PullRequest, assigneeIDs, reviewerIDs []int64) error {
+func NewPullRequest(ctx context.Context, repo *repo_model.Repository, issue *issues_model.Issue, labelIDs []int64, uuids []string, pr *issues_model.PullRequest, assigneeIDs []int64, reviewerIDs []int64) error {
47
if err := issue.LoadPoster(ctx); err != nil {
48
return err
49
0 commit comments