Faeranne / github-todo

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

Create issues with "TODO" label, if possible #31

Closed groovecoder closed 9 years ago

Faeranne commented 9 years ago

This has been discussed before, but to add labels would require repo permissions beyond the oauth API, and as such is not currently in consideration.

groovecoder commented 9 years ago

What if you just check if a "TODO" label already exists in the repo with the GitHub Issue Labels API, and then add it?

Faeranne commented 9 years ago

I'll look into it.

Faeranne commented 9 years ago

Only Collaborators can add or change labels on a issue. Outside users cannot modify them, even on issues they open.

groovecoder commented 9 years ago

Ah, too bad.