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

Correct --sign-off to --signoff in bot feedback #124

Closed rgee0 closed 5 years ago

rgee0 commented 5 years ago

Signed-off-by: Richard Gee richard@technologee.co.uk

Description

Amends references to --sign-off with --signoff as per git client help.

       -s, --signoff
           Add Signed-off-by line by the committer at the end of the commit log message. The meaning of a signoff depends
           on the project, but it typically certifies that committer has the rights to submit this work under the same
           license and agrees to a Developer Certificate of Origin (see http://developercertificate.org/ for more
           information).

Motivation and Context

The message was wrong. It's now correct. Also updated the GET.md reference.

How Has This Been Tested?

Trivial non-invasive change

Types of changes

Checklist:

rgee0 commented 5 years ago

Reference openfaas/docs#151

alexellis commented 5 years ago

Thank you for getting this turned around so quickly.