Skip to content

Commit

Permalink
fixup! fixup! fixup! WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
srvaroa committed Nov 11, 2023
1 parent ee0a28b commit 98d03fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/labeler.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ func (l *Labeler) ExecuteOn(target *Target) error {
// If we DO NOT allow deletions, then we will respect
// labels that were already set in the current set
// but add new ones that matched the repo
log.Printf("AppendOnly active; Label %s is desired %t", label, isDesired)
intentions[label] = intentions[label] || isDesired
} else {
// If we allow deletions, then we set / unset the label
Expand Down

0 comments on commit 98d03fe

Please sign in to comment.