Skip to content

Commit f8b02f7

Browse files
committed
Add comment for IsSync
1 parent 64db717 commit f8b02f7

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
@@ -376,7 +376,7 @@ type TestPullRequestOptions struct {
376376
RepoID int64
377377
Doer *user_model.User
378378
Branch string
379-
IsSync bool
379+
IsSync bool // whether it's a pull request synchronization
380380
IsForcePush bool
381381
OldCommitID string
382382
NewCommitID string

0 commit comments

Comments
 (0)