Skip to content

Commit 384a28e

Browse files
wxiaoguangbrechtvl
andauthored
Update services/pull/check.go
Co-authored-by: Brecht Van Lommel <[email protected]>
1 parent a643f3b commit 384a28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/pull/check.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ func manuallyMerged(ctx context.Context, pr *issues_model.PullRequest) bool {
361361

362362
// InitializePullRequests checks and tests untested patches of pull requests.
363363
func InitializePullRequests(ctx context.Context) {
364-
// if we prefer to delay the checks, then no need to do any check during startup, there should be no much difference
364+
// If we prefer to delay the checks, then no need to do any check during startup, there should be not much difference
365365
if setting.Repository.PullRequest.DelayCheckForInactiveDays >= 0 {
366366
return
367367
}

0 commit comments

Comments
 (0)