Skip to content

Commit 1cd57db

Browse files
committed
add diff_refs json
1 parent 7d40648 commit 1cd57db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scm/driver/gitlab/pr.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ type pr struct {
121121
BaseSha string `json:"base_sha"`
122122
HeadSha string `json:"head_sha"`
123123
StartSha string `json:"start_sha"`
124-
}
124+
} `json:"diff_refs"`
125125
}
126126

127127
type changes struct {

0 commit comments

Comments
 (0)