Skip to content

Commit 6ae5c4d

Browse files
committed
Remove unnecessary set to StatusChecking
1 parent 28cedf6 commit 6ae5c4d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

models/pull.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,6 @@ func newPullRequestAttempt(repo *Repository, pull *Issue, labelIDs []int64, uuid
516516

517517
pr.Index = pull.Index
518518
pr.BaseRepo = repo
519-
pr.Status = PullRequestStatusChecking
520519

521520
pr.IssueID = pull.ID
522521
if _, err = sess.Insert(pr); err != nil {

0 commit comments

Comments
 (0)