pipecd
pipecd copied to clipboard
chore: remove validation check
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):