Skip to content

Commit

Permalink
🐛 fix duplicate tagging.
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <jortel@redhat.com>
  • Loading branch information
jortel committed Aug 6, 2024
1 parent 2c489ea commit a443178
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,18 +122,7 @@ func main() {
if err != nil {
return
}
//
// Tags.
if d.Tagger.Enabled {
if d.Tagger.Source == "" {
d.Tagger.Source = Source
}
err = d.Tagger.Update(application.ID, issues.Tags())
if err != nil {
return
}
}


addon.Activity("Done.")

return
Expand Down

0 comments on commit a443178

Please sign in to comment.