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

Added my GitHub user name per the Get Derek instructions. #122

Closed colin-mccarthy closed 5 years ago

colin-mccarthy commented 5 years ago

Signed-off-by: colin-mccarthy colin@colin.mccarthy80501@gmail.com

Description

I have added my GitHub user name per the Get Derek instructions. I am excited to use Derek on my repo.

Motivation and Context

How Has This Been Tested?

Types of changes

Checklist:

alexellis commented 5 years ago

Hi Colin, your sign-on email is invalid. Please can you fix it?

Alex

alexellis commented 5 years ago

Please run:

git config --global user.name "Colin McCarthy"
git config --global user.email "colin.mccarthy80501@gmail.com"

git commit -s --amend --reset-author
git push origin master --force
colin-mccarthy commented 5 years ago

Okay, I have fixed it. Thanks for the help!

alexellis commented 5 years ago

Merged. Please see the readme on how to proceed and let me know if you run into any issues. Alex