Skip to content

Commit 4b08bbd

Browse files
committed
fix comment
1 parent b3f6b8c commit 4b08bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/pull/pull.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ func GetSquashMergeCommitMessages(ctx context.Context, pr *issues_model.PullRequ
909909
}
910910
}
911911

912-
if populateWithCommits && stringBuilder.Len() > 0 && len(authors) > 0 {
912+
if stringBuilder.Len() > 0 && len(authors) > 0 {
913913
stringBuilder.WriteString("---------\n\n")
914914
}
915915

0 commit comments

Comments
 (0)