Faeranne / github-todo

Github webhook to create issues for TODO items in commits.
3 stars 2 forks source link

Add support for private repositories. #29

Closed Faeranne closed 9 years ago

Faeranne commented 9 years ago

Currently, ToDo only support Public repositories due to the need for Authentication when creating comments in Private Repos. Need to add a way to Auth as the User to make this work.

Faeranne commented 9 years ago

Commit 29eb538 adds the "key" argument to the hook, allowing a custom user to be used.