Skip to content

Commit 28cedf6

Browse files
committed
Default to status checking on PR creation
1 parent 9d3f32c commit 28cedf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/pull.go

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

517517
pr.Index = pull.Index
518518
pr.BaseRepo = repo
519+
pr.Status = PullRequestStatusChecking
519520

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

0 commit comments

Comments
 (0)