- [ ] Have the action add a comment on the issue when the data is not valid, with friendly human readable error messages to help the user fix the issue. For example, if the date format is invalid, it should say "The date format is invalid (found: `Wed 15th`). Please use `YYYY-MM-DD` format." or something similar. Make a list of all the possible validation errors and the corresponding error messages to show to the user. The comment should format the feedback in a clear and easy to understand way, and also include instructions on how to fix the errors. If multiple errors are found, list them all in the same comment in a clear and organized way (e.g. using bullet points or a table).
0 commit comments