Skip to content

Commit

Permalink
[bitbucket-server] Add Draft to PullRequest payload
Browse files Browse the repository at this point in the history
  • Loading branch information
rjepstein committed Dec 22, 2024
1 parent 02d182a commit 70bd9a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bitbucket-server/payload.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ type PullRequest struct {
FromRef RepositoryReference `json:"fromRef"`
ToRef RepositoryReference `json:"toRef"`
Locked bool `json:"locked"`
Draft bool `json:"draft"`
Author PullRequestParticipant `json:"author"`
Reviewers []PullRequestParticipant `json:"reviewers"`
Participants []PullRequestParticipant `json:"participants"`
Expand Down

0 comments on commit 70bd9a7

Please sign in to comment.