Skip to content

Commit

Permalink
chore: sync bitbucket reviewer ID. (#2019)
Browse files Browse the repository at this point in the history
## What this PR does / why we need it:

Sync the reviewer id in the `rr.reviewers[i].id`.

## Which issue(s) this PR fixes:
none

## Special notes for your reviewer:

## Does this PR introduce a user-facing change?
```
no, it's part of the unreleased bitbucket support.
```
  • Loading branch information
i4ki authored Dec 20, 2024
2 parents fcdfa52 + 5a3db06 commit 218cc71
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 218cc71

Please sign in to comment.