We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb2be2 commit 4961418Copy full SHA for 4961418
services/pull/pull.go
@@ -376,7 +376,7 @@ type TestPullRequestOptions struct {
376
RepoID int64
377
Doer *user_model.User
378
Branch string
379
- IsSync bool // whether it's a pull request synchronization
+ IsSync bool // True means it's a pull request synchronization, false means it's triggered for pull request merging or updating
380
IsForcePush bool
381
OldCommitID string
382
NewCommitID string
0 commit comments