Skip to content

Commit

Permalink
Update pkg/notify/notify.go
Browse files Browse the repository at this point in the history
Co-authored-by: Bartlomiej Plotka <[email protected]>
Signed-off-by: Jason Wells <[email protected]>
  • Loading branch information
twotired and bwplotka committed Feb 3, 2024
1 parent 4ebe68b commit 5de4ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/notify/notify.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func (r *Receiver) Notify(data *alertmanager.Data, hashJiraLabel bool, updateSum
}
}

// update description after possibly adding a comment so that it's possible to detect redundant first comment
// update description if enabled. This has to be done after comment adding logic which needs to handle redundant commentary vs description case.
if updateDescription {
if issue.Fields.Description != issueDesc {
retry, err := r.updateDescription(issue.Key, issueDesc)
Expand Down

0 comments on commit 5de4ce3

Please sign in to comment.