Skip to content

Commit

Permalink
add diff_refs json
Browse files Browse the repository at this point in the history
  • Loading branch information
smjt-h committed May 8, 2024
1 parent 7d40648 commit 1cd57db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scm/driver/gitlab/pr.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ type pr struct {
BaseSha string `json:"base_sha"`
HeadSha string `json:"head_sha"`
StartSha string `json:"start_sha"`
}
} `json:"diff_refs"`
}

type changes struct {
Expand Down

0 comments on commit 1cd57db

Please sign in to comment.