alexellis / derek

Reduce maintainer fatigue by automating GitHub
https://github.com/alexellis/derek/blob/master/USER_GUIDE.md
MIT License
806 stars 72 forks source link

Turn down the verbosity of the messages feature response #130

Closed martindekov closed 5 years ago

martindekov commented 5 years ago

Turning down the verbosity of the new messages feature as it was too long. The commit removes the body of the message leaving only the name of the message to be applied

Signed-off-by: Martin Dekov mvdekov@gmail.com

Description

Response has the value of the message removed

Motivation and Context

The old response included the message content and its name, now it has only the message name.

How Has This Been Tested?

Manually, the response is now: On success: image On failure(the same): image

Types of changes

alexellis commented 5 years ago

Thank you