Skip to content

Commit

Permalink
Update internal/scm/azuredevops/azuredevops.go
Browse files Browse the repository at this point in the history
Co-authored-by: Johan Lindell <[email protected]>
  • Loading branch information
rerikson and lindell authored Jun 28, 2024
1 parent f8440e7 commit 1b10990
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/scm/azuredevops/azuredevops.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ func (a *AzureDevOps) UpdatePullRequest(ctx context.Context, repo scm.Repository

activeLabel := true
labels := make([]core.WebApiTagDefinition, len(updatedPR.Labels))

for i, label := range updatedPR.Labels {
lCopy := label
labels[i] = core.WebApiTagDefinition{
Expand Down

0 comments on commit 1b10990

Please sign in to comment.