Skip to content

Commit

Permalink
Change label management to rely on independent rest calls
Browse files Browse the repository at this point in the history
  • Loading branch information
camielwnzl authored and mrueg committed Jul 19, 2024
1 parent 4a3a69b commit 49ab5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ func processFile(
log.Fatal(err)
}

updateLabels(err, api, target, meta)
updateLabels(api, target, meta)

if cCtx.Bool("edit-lock") {
log.Infof(
Expand Down

0 comments on commit 49ab5ab

Please sign in to comment.