Skip to content

Commit

Permalink
chore: sync bitbucket reviewer ID.
Browse files Browse the repository at this point in the history
Signed-off-by: i4k <[email protected]>
  • Loading branch information
i4ki committed Dec 20, 2024
1 parent fcdfa52 commit 5a3db06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/terramate/cli/cloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,7 @@ func (c *cli) newBitbucketReviewRequest(pr *bitbucket.PR) *cloud.ReviewRequest {
uniqueReviewers[participant.User.DisplayName] = cloud.Reviewer{
Login: participant.User.DisplayName,
AvatarURL: participant.User.Links.Avatar.Href,
ID: participant.User.UUID,
}
}

Expand Down

0 comments on commit 5a3db06

Please sign in to comment.