pipecd icon indicating copy to clipboard operation
pipecd copied to clipboard

chore: remove validation check

Open nnnkkk7 opened this issue 6 months ago • 0 comments

What this PR does / why we need it:

This PR removes an validation check in the Validate method of the NotificationMention struct. This contradicts our documentation( https://pipecd.dev/docs-v0.48.x/user-guide/configuration-reference/#notificationmention ), which states these fields are optional, and the omitempty JSON tags on the struct fields.

Which issue(s) this PR fixes:

Fixes #

Does this PR introduce a user-facing change?: No

  • How are users affected by this change: No
  • Is this breaking change: No
  • How to migrate (if breaking change):

nnnkkk7 avatar Aug 23 '24 09:08 nnnkkk7